[Git][noosfero/noosfero][master] 2 commits: Fixes close button at new content modal

Álax Alves gitlab at mg.gitlab.com
Wed Aug 28 15:33:18 BRT 2019



Álax Alves pushed to branch master at Noosfero / noosfero


Commits:
293af590 by Matheus Richard at 2019-08-28T13:11:32Z
Fixes close button at new content modal

- - - - -
890e79ec by Álax Alves at 2019-08-28T18:33:14Z
Merge branch 'fix-close-button' into 'master'

Fixes close button at new content modal

Closes #410

See merge request noosfero/noosfero!1739
- - - - -


1 changed file:

- public/stylesheets/cms/new-sensitive-content.scss


Changes:

=====================================
public/stylesheets/cms/new-sensitive-content.scss
=====================================
@@ -1,27 +1,25 @@
 #new-sensitive-content {
-    min-width: 800px;
-    min-height: 400px;
 
     div.publish-container {
-        position: absolute;
-        top: 0;
-        left: 0;
-        width: 100%;
-        height: 100%;
-
         div.publish-header {
+          margin: 20px 0;
+          @media screen and (min-width: 600px) {
             margin: 20px;
+          }
         }
 
         div.new-sensitive-content-container {
-            margin: 0 20px;
-            overflow: hidden;
+          margin: 20px;
+          @media screen and (max-width: 600px) {
+            margin: 1em 0 6em;
+          }
+          overflow: hidden;
 
-            h2 { margin-top: 0px; }
+          h2 { margin-top: 0px; }
 
-            &.scrollbar {
-                overflow-y: auto;
-            }
+          &.scrollbar {
+              overflow-y: auto;
+          }
         }
 
         a img.photo {
@@ -60,6 +58,7 @@
             box-sizing: border-box;
             position: absolute;
             bottom: 0;
+            left: 0;
 
             a.button {
                 height: 30px;



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/fbe909b26c5d03c5e81abd9f0aef89760b4be532...890e79ec40299b57d946c4d1fcfa764e3589a967

-- 
View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/fbe909b26c5d03c5e81abd9f0aef89760b4be532...890e79ec40299b57d946c4d1fcfa764e3589a967
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20190828/c124673b/attachment-0001.html>


More information about the Noosfero-dev mailing list