X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/866f25bc45b01776f6319fda7f6b91da43710ec0..3ae17e46adb861fc7167dfed7bcf5968dbf3f9a2:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 2a06085b3..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; @@ -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;