]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Fix some issues with the new edit menu code
[rails.git] / app / assets / stylesheets / common.css.scss
index 825d8719ed2741304bb9622c18b384b63a9e0fa6..294d648c2a6a7bd3f5e4c969b03f10f5c5f8a03e 100644 (file)
@@ -366,7 +366,7 @@ h2 {
 
 /* Rules for edit menu */
 
-.arrow {
+.menuicon {
   padding: 5px;
 
   &:hover {
@@ -381,17 +381,17 @@ h2 {
   position: absolute;
   background-color: #ffffff;
   border: 1px solid #cccccc;
-  border-top: 0;
+  border-top: 0px;
 }
 
 .menu ul {
-  margin: 0;
-  padding: 0;
+  margin: 0px;
+  padding: 0px;
 }
 
 .menu li {
   padding: 2px 5px;
-  margin: 0;
+  margin: 0px;
   list-style-type: none;
   border-top: 1px solid #eee;
   white-space: nowrap;