]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/small.css.scss
Move sidebar footer elements elsewhere
[rails.git] / app / assets / stylesheets / small.css.scss
index a92bf4ac5491aa1485520fcaf735fb886d9a8ba6..51549f87fc5ae1367a82ab5b9262493090529bd9 100644 (file)
@@ -11,7 +11,7 @@
 /* Rules for the whole left sidebar, including the logo */
 
 #menu-icon {
-  display: inline-block;
+  display: inline-block !important;
 }
 
 
@@ -80,6 +80,13 @@ nav.secondary {
   }
 }
 
+#compact-secondary-nav {
+  display: none;
+}
+.compact-hide {
+  display: inline-block;
+}
+
 #content { margin-top: 58px; }
 
 .map-layout {
@@ -87,13 +94,13 @@ nav.secondary {
     width: 100%;
     position: fixed;
     top: 58px;
-    height: 360px;
+    height: 370px;
     overflow-x: hidden;
     z-index: 1;
     background: #fff;
     p.large-text {
-      font-size: 1.4em;
-      line-height: 1.5em;
+      font-size: 1.2em;
+      line-height: 1.4em;
     }
     &.minimized {
       background: none;