فهرست منبع

Merge pull request #2352 from uok/morespace

Add space for scrolling (fixes #2351)
Audrius Butkevicius 10 سال پیش
والد
کامیت
5ae84970e7
2فایلهای تغییر یافته به همراه6 افزوده شده و 5 حذف شده
  1. 5 4
      gui/assets/css/overrides.css
  2. 1 1
      gui/index.html

+ 5 - 4
gui/assets/css/overrides.css

@@ -21,6 +21,10 @@ ul+h5 {
     margin-top: 1.5em;
     margin-top: 1.5em;
 }
 }
 
 
+#content {
+    margin-bottom: 50px;
+}
+
 .panel-progress {
 .panel-progress {
     background: #3498db;
     background: #3498db;
     height: 3px;
     height: 3px;
@@ -64,6 +68,7 @@ identicon {
 
 
 .popover {
 .popover {
     max-width: none;
     max-width: none;
+    min-width: 250px;
 }
 }
 
 
 .panel-heading .fa, .modal-header .fa {
 .panel-heading .fa, .modal-header .fa {
@@ -249,7 +254,3 @@ ul.three-columns li, ul.two-columns li {
         position: static;
         position: static;
     }
     }
 }
 }
-
-.popover {
-    min-width: 250px;
-}

+ 1 - 1
gui/index.html

@@ -70,7 +70,7 @@
     </div>
     </div>
   </nav>
   </nav>
 
 
-  <div class="container">
+  <div class="container" id="content">
 
 
     <!-- Panel: Restart Needed -->
     <!-- Panel: Restart Needed -->