X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/fa339033e1f00f4f3e2b9c790c5100a863cf91ac..5178686e26404418c4dbde8a7e33cccbdd57c6fb:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index c2f642edc..fa6b71b8d 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -400,11 +400,15 @@ table { height: 25px; padding: 2px 0px 2px $lineheight/4; box-shadow: inset #DDD 0px 1px 3px; + + transition: 300ms linear; + -webkit-transition: 300ms linear; + -moz-transition: 300ms linear; } input[type="text"]:focus { + box-shadow: 0px 0px 7px #9ED485; outline: none; - border: 1px solid #000; } input[type="submit"] { @@ -959,7 +963,6 @@ a.donate { .sidebar_heading { position: relative; padding: $lineheight/2 $lineheight; - z-index: 9999; background: $offwhite; border-bottom: 1px solid #ccc; h4 { @@ -1015,7 +1018,10 @@ a.donate { .search_details { display: block; + float: right; text-align: right; + margin-top: 0.2em; + margin-left: 0.5em; } } @@ -1102,7 +1108,8 @@ ul.results-list li { border-bottom: 1px solid #ccc; } .user-terms, .user-confirm, .site-copyright, -.site-welcome { +.site-welcome, +.site-help { #content { max-width: 740px; }