]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
groundwork for responsive menu
[rails.git] / app / assets / stylesheets / common.css.scss
index 6bb0a588754725146a7786555160ffa6142ad169..46f67995514a91d72f017c100d9bb7e3ec783acd 100644 (file)
@@ -237,6 +237,11 @@ table {
 
 /* Rules for the header */
 
+#menu-icon { 
+  display: none;
+  float: right; 
+}
+
 header {
   height: $headerHeight;
   position: relative;
@@ -433,7 +438,7 @@ nav.secondary {
 .count-number {
   padding: 2px $lineheight/4;
   border-radius: 2px;
-  background: #d7d7ff;
+  background: lighten($green, 30%);
   margin: 0 2px;
   font-size: 11px;
   color: #333;
@@ -1103,20 +1108,6 @@ a.donate {
   }
 }
 
-/* Rules for the changeset details */
-
-#sidebar_content {
-  .browse-section.header {
-    padding: 20px;
-    border-bottom: 1px solid #ccc;
-
-    h2 {
-      padding: 0 0 5px 0;
-      border-bottom: none;
-    }
-  }
-}
-
 /* Rules for export information which appears in the popout sidebar */
 
 .export_bounds {
@@ -1244,12 +1235,6 @@ a.donate {
   }
 }
 
-@media only screen and (max-width:900px) {
-  .header-illustration.new-user-arm {
-    display: none;
-  }
-}
-
 #content.maximised {
   top: 0;
   left: 0;
@@ -2451,7 +2436,7 @@ a.button {
 
 .site-about #content {
   //background-color: #000;
-  background-color: #ccc;
+  background-color: #eee;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   background-size: cover;
@@ -2590,3 +2575,10 @@ a.button {
 }
 
 @import 'browse';
+
+@media only screen and (max-width:960px) {
+  .header-illustration.new-user-arm {
+    display: none;
+  }
+}
+