X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f242c9de94fb197c79291c5c885bd9acfb74ab28..a12b0878bc338cd5ec3c315c14148b1ea07b362a:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index fd4dfac6a..9b68bd03e 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -651,6 +651,23 @@ table.browse_details th { white-space: nowrap; } +td.browse_comments { + padding: 0px; +} + +td.browse_comments table { + border-collapse: collapse; +} + +td.browse_comments table td { + padding-bottom: 10px; +} + +td.browse_comments table td span.by { + font-size: small; + color: #999999; +} + #browse_map { width: 250px; } @@ -720,7 +737,7 @@ table.browse_details th { /* Rules for the new diary entry page */ -.diary_entry_new div#map { +.diary_entry div#map { position: relative; width: 90%; height: 400px; @@ -857,7 +874,7 @@ p#contributorGuidance { height: 400px; } -.user_view .user_map p { +.user_view .user_map p#no_home_location { position: absolute; top: 0px; bottom: 0px;