X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2827d8ad812850815a0af7c423dcbe58203e5816..d4135390acff291f2f2c15d9fb86723ebf4fe755:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 6e86e7f32..e157977d8 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -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; @@ -1855,7 +1855,6 @@ a.button { } ul, ol { - font-style: italic; padding-left: $lineheight; margin-bottom: $lineheight; margin-left: $lineheight;