X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7eb01eb31392bcf3bf3cb0c25053e1002bd678b3..5e7b7a420a042245f8adecb97679e46e5eddba05:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 7a07c378e..6786dc77d 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -256,7 +256,7 @@ h2 { text-transform: capitalize; padding-left: 0px; padding-right: 0px; - background: url(sprite.png); + background: image-url("sprite.png"); position: absolute; top: 5px; cursor: pointer; @@ -308,7 +308,7 @@ h2 { border: 0px; padding-left: 0px; padding-right: 0px; - background: url(sprite.png) 0 -30px no-repeat; + background: image-url("sprite.png") 0 -30px no-repeat; position: absolute; top: 8px; } @@ -654,6 +654,7 @@ body.site-export #tabnav a#exportanchor { .site-edit #content { top: 30px; + z-index: 100; } #slim_container {