X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ea9080ef80bc937af479cb2ab3a258419a832040..82f89681695a2c59fe2b3a42c9acfa92246a2a38:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 22b4a4ac0..b114ffc0e 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -915,17 +915,31 @@ ul.results-list li { border-bottom: 1px solid #ccc; } } } +#changeset_list_map_wrapper { + position: absolute; + width: 50%; + height: 490px; + top: 0; + right: 0; +} + +#changeset_list_map_wrapper.scrolled { + position: fixed; +} + #changeset_list_map { position: absolute; bottom: 20px; top: 20px; right: 20px; - width: 45%; - min-height: 398px; - max-height: 598px; + left: 20px; border: 1px solid #ccc; } +#changeset_list_map_wrapper.scrolled #changeset_list_map { + margin-left: 93px; +} + /* Rules for the data browser */ .browse-section { @@ -939,6 +953,7 @@ ul.results-list li { border-bottom: 1px solid #ccc; } background-color: #ffe0cc; margin: 0px; padding: 4px 6px; + max-width: 100%; } h4, p { margin-bottom: 5px; @@ -1590,6 +1605,12 @@ a.button.submit { font-size: 14px; } + code { + font-size: 13px; + background: #e8e8e8; + padding: 2px 3px; + } + img { padding: 20px; background-color: #f4f4ff; @@ -1635,12 +1656,9 @@ a.button.submit { /* Rules for rich text editors */ .richtext_container { - white-space: nowrap; - .richtext_content { display: inline-block; vertical-align: top; - white-space: normal; .richtext_preview { display: inline-block; @@ -1666,7 +1684,7 @@ a.button.submit { margin-left: 15px; background-color: #f8f8ff; padding: 10px; - width: 200px; + max-width: 450px; ul { margin-bottom: 0; @@ -1678,20 +1696,22 @@ a.button.submit { padding-bottom: 5px; } - li h4, li span { - display: block; + li h4, li span, li p { + display: inline-block; + vertical-align: top; font-size: 11px; } li h4 { + width: 35%; margin: 0; - float: left; } - li span { - float: right; - width: 50%; + li span, li p { + width: 60%; margin-left: 10px; + margin-bottom: 5px; + white-space: nowrap; } input.richtext_doedit, @@ -1785,3 +1805,26 @@ a.button.submit { width: 100%; height: 100%; } + +/* Rules for rotating sidebar ads */ +.ad-container { + display: block; + height: 120px; + overflow: hidden; + position: relative; + border-bottom: 1px solid #cccccc; +} + +.ads { + width: 370px; + position: absolute; + left: 0%; +} + +.ad { + float: left; + height: 100px; + padding: 10px; + border: 0px; + background: #fff; +}