X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f242c9de94fb197c79291c5c885bd9acfb74ab28..3ae17e46adb861fc7167dfed7bcf5968dbf3f9a2:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index fd4dfac6a..974edac44 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -720,7 +720,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 +857,7 @@ p#contributorGuidance { height: 400px; } -.user_view .user_map p { +.user_view .user_map p#no_home_location { position: absolute; top: 0px; bottom: 0px; @@ -932,7 +932,7 @@ p#contributorGuidance { /* Rules for highlighting fields with rails validation errors */ -.fieldWithErrors { +.field_with_errors { padding: 2px; background-color: red; display: table;