Browse Source

Add space for scrolling (fixes #2351)

Add space at bottom for scrolling on small resolutions
Ben Schulz 10 years ago
parent
commit
141b0d38a6
2 changed files with 6 additions and 5 deletions
  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;
 }
 
+#content {
+    margin-bottom: 50px;
+}
+
 .panel-progress {
     background: #3498db;
     height: 3px;
@@ -64,6 +68,7 @@ identicon {
 
 .popover {
     max-width: none;
+    min-width: 250px;
 }
 
 .panel-heading .fa, .modal-header .fa {
@@ -249,7 +254,3 @@ ul.three-columns li, ul.two-columns li {
         position: static;
     }
 }
-
-.popover {
-    min-width: 250px;
-}

+ 1 - 1
gui/index.html

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