]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
responsive secondary pages and fixed map
[rails.git] / app / assets / stylesheets / common.css.scss
index 46f67995514a91d72f017c100d9bb7e3ec783acd..ca65a1b3d56440d0cd188bc544e234bcaee8b1d2 100644 (file)
@@ -239,7 +239,14 @@ table {
 
 #menu-icon { 
   display: none;
-  float: right; 
+  float: right;
+  background: url("/assets/menu-icon.png") no-repeat;
+  background-size: 30px 30px;
+  display: block;
+  width: 30px;
+  height: 30px;
+  margin: 14px 10px 0 0;
+  opacity: 0.6;
 }
 
 header {