X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7588ece84f6a26361451e8f74592523f93692df7..1d8e66016c4cdf465d06198cfbbfe76613ed3bfc:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 29f41630f..86b38f8ac 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -52,6 +52,25 @@ body { margin: 0px; } +/* The Map Key sidebar */ +#mapkey h3 { + font-size: 110%; + font-weight: normal; + text-align: center; +} + +#mapkey .mapkey-table { + padding-left: 5px; + padding-right: 5px; +} + +/*#mapkey .mapkey-table-key {}*/ + +#mapkey .mapkey-table-value { + font-size: 90%; +} + + #greeting { float: right; height: 20px; @@ -63,6 +82,11 @@ body { background: url('/images/tab_bottom.gif') repeat-x bottom; } +/* An unread message (e.g. "inbox(1)") */ +.greeting-bar-unread { + font-weight: bold; +} + #intro { width: 170px; margin: 10px; @@ -199,9 +223,16 @@ body { width: 100%; } -#changeset_list .comment { - width: 60%; - max-width: 60%; +#changeset_list .date { + white-space: nowrap; +} + +#changeset_list .user { + white-space: nowrap; +} + +#changeset_list .area { + white-space: nowrap; } #changeset_list.th { @@ -586,6 +617,7 @@ input[type="submit"] { bottom:15px; right:15px; font-size:smaller; + text-align: right; } #attribution {