]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Rename form-row to standard-form-row to avoid clashing with a bootstrap class
[rails.git] / app / assets / stylesheets / common.scss
index 2183c84167a9466c0346b396ecb0386aa527cbdf..b1bdb712f9319ef1221ee8a2107477e3890920e1 100644 (file)
@@ -1450,7 +1450,7 @@ tr.turn:hover {
 /* Rules for the edit trace form */
 
 .edit_trace {
-  .form-row p {
+  .standard-form-row p {
     margin-bottom: 0px;
   }
 
@@ -1948,11 +1948,11 @@ tr.turn:hover {
     padding-top: $lineheight;
     border-top: 1px solid $lightgrey;
   }
-  .horizontal-list .form-row {
+  .horizontal-list .standard-form-row {
     float: left;
     padding-right: 10px;
   }
-  .form-row {
+  .standard-form-row {
     margin-bottom: $lineheight/2;
   }
   .form-list {