]> 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 fd4dfac6a54c4cdce341da03fc478804c1d58a1b..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;
@@ -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;