瀏覽代碼

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 年之前
父節點
當前提交
df866e10c8
共有 1 個文件被更改,包括 2 次插入6 次删除
  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 {
 .panel-collapse .panel-body {
-    padding: 0;
-}
-
-.modal-body {
     padding: 5px;
     padding: 5px;
 }
 }
 
 
@@ -404,7 +400,7 @@ ul.three-columns li, ul.two-columns li {
         max-width: 100%;
         max-width: 100%;
         width: 100%;
         width: 100%;
     }
     }
-    
+
     /* all buttons, except panel headings, get bottom margin, as they won't fit
     /* all buttons, except panel headings, get bottom margin, as they won't fit
        beside each other anymore */
        beside each other anymore */
     .btn:not(.panel-heading),
     .btn:not(.panel-heading),