X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/28a4185bb2dd3cd9cdff38defc4173d77cc8e96c..8f4edc234adb903a5b6ae304c771fd85adb32699:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 9f6be1979..d93928205 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -359,7 +359,7 @@ nav.secondary { color: $darkgrey; padding: 5px; - &:hover { color: darken($darkgrey, 10%); } + &:hover { color: darken($darkgrey, 25%); } } } @@ -745,6 +745,7 @@ nav.secondary { font-size: 16px; text-stroke: 2px #fff; background: rgba(255,255,255,.9); + z-index: 2; // For IE9 input[type="radio"] { display: none; } @@ -1088,6 +1089,14 @@ header .search_form { .note-comments li { margin: $lineheight/2 0; + + p { + margin-left: 10px; + } + } + + .note-description p { + margin-left: 10px; } }