]> git.openstreetmap.org Git - rails.git/commitdiff
Remove margin from overlay sidebar
authorJohn Firebaugh <john.firebaugh@gmail.com>
Mon, 11 Nov 2013 23:36:55 +0000 (15:36 -0800)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Mon, 11 Nov 2013 23:36:55 +0000 (15:36 -0800)
app/assets/stylesheets/common.css.scss

index 4c23a3c0d124ae908e50ced1ab7352e4237ad7d6..2fda3a53daff75240c7f033050fa667b64cbfebb 100644 (file)
@@ -639,20 +639,14 @@ nav.secondary {
       float: right;
       cursor: pointer;
     }
-
-//    -webkit-transition: margin 300ms linear;
-//       -moz-transition: margin 300ms linear;
-//            transition: margin 300ms linear;
   }
 
   .overlay-sidebar #sidebar {
     position: absolute;
     z-index: 1000;
     height: auto;
-    border-radius: 5px;
+    border-bottom-right-radius: 5px;
     overflow: hidden;
-    margin-top: $lineheight/2;
-    margin-left: $lineheight/2;
   }
 
   .welcome {