]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Replace deprecated response.redirected_to with response.redirect_url
[rails.git] / public / stylesheets / common.css
index 2a06085b33d7e747e9874838ff789a1070062c91..974edac44ca28eca37effda7dfd7fdd4430bdc37 100644 (file)
@@ -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;