X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e9bea64bf6806be1b0a951fd684fa13314cb8b67..3d906fe8c6303c00e399ce2dfecc3471959fbe6e:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 6ef2446de..54a70a611 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -83,6 +83,11 @@ body { font-size: 14px; } +#sotm { + width: 170px; + padding: 0px; +} + .notice { width: 150px; margin: 10px; @@ -194,6 +199,18 @@ body { width: 100%; } +#changeset_list .date { + white-space: nowrap; +} + +#changeset_list .user { + white-space: nowrap; +} + +#changeset_list .area { + white-space: nowrap; +} + #changeset_list.th { font-weight: bold; }