]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Style trace edit form to match trace creation form
[rails.git] / app / assets / stylesheets / common.css.scss
index adad49d2a31f25c9b9531803444c5ddeea188349..5b08894554e83b07deb0640f731b13b54b97e020 100644 (file)
@@ -1333,6 +1333,22 @@ header .search_form {
   }
 }
 
+/* Rules for the edit trace form */
+
+.edit_trace {
+  .form-row p {
+    margin-bottom: 0px;
+  }
+
+  input[type=text] {
+    width: 50%;
+    width: -moz-calc(100% - 150px);
+    width: -webkit-calc(100% - 150px);
+    width: calc(100% - 150px);
+    max-width: 500px;
+  }
+}
+
 /* Rules for the user profile page */
 
 #userinformation {