Browse Source

gui: Increase padding a bit again (ref #6153)

I change my mind on this, the modals need *some* padding to not look weird.
Jakob Borg 6 years ago
parent
commit
df866e10c8
1 changed files with 2 additions and 6 deletions
  1. 2 6
      gui/default/assets/css/overrides.css

+ 2 - 6
gui/default/assets/css/overrides.css

@@ -247,14 +247,10 @@ a.toggler:hover {
 }
 
 /**
- * Panel and Modal body padding decrease
+ * Panel padding decrease
  */
 
 .panel-collapse .panel-body {
-    padding: 0;
-}
-
-.modal-body {
     padding: 5px;
 }
 
@@ -404,7 +400,7 @@ ul.three-columns li, ul.two-columns li {
         max-width: 100%;
         width: 100%;
     }
-    
+
     /* all buttons, except panel headings, get bottom margin, as they won't fit
        beside each other anymore */
     .btn:not(.panel-heading),