X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/78e97ade45856647d77a2f4dc966a4eb301e3ad1..452eabc941b9500d737956f698a88624fa86dc86:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 93179f78d..a73c8e86d 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -250,6 +250,10 @@ table { #small-title { display: none; + + img { + vertical-align: text-bottom; + } } /* Rules for the introductory text displayed in the left sidebar to new users */ @@ -444,6 +448,7 @@ a.donate { .site-index #top-bar, .site-export #top-bar { position: fixed; + top: 0; left: 0; right: 0; } @@ -1013,10 +1018,6 @@ ul.results-list li { border-bottom: 1px solid #ccc; } text-align: left; } -.site-edit #content { - top: 30px; -} - #content.maximised { top: 0; left: 0; @@ -2147,6 +2148,30 @@ a.button { /* * Rules for the iD editor */ + +.site-edit-id { + #left, + #large-title { + display: none; + } + + #small-title { + display: inline-block; + width: 185px; + height: 30px; + font-size: 14px; + margin: 0; + background-color: #eee; + border-bottom: 1px solid #ccc; + text-align: center; + padding-top: 7px; + } + + #content { + left: 0; + } +} + .id-embed { width: 100%; height: 100%;