]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Fix search icon positioning
[rails.git] / app / assets / stylesheets / common.css.scss
index 6e86e7f32b75c0f3ae874f91752c683f0ff90309..726dcdb05c383dfca135a43e98f68a8668ee72e2 100644 (file)
@@ -384,7 +384,7 @@ table {
     min-width: 0;
     text-indent: -1000px;
     overflow: hidden;
-    background: image-url("sprite.png") 0 0 no-repeat;
+    background: image-url("sprite.png") -2px -2px no-repeat;
     position: absolute;
     top: $lineheight/4;
     right: $lineheight/4;
@@ -1746,7 +1746,7 @@ a.button {
     border-radius: 0;
     margin:0;
     min-width: 100px;
-    max-width: 150px;
+    max-width: 180px;
     border-right:1px solid white;
     text-overflow: ellipsis;
     white-space: nowrap;