]> git.openstreetmap.org Git - rails.git/commitdiff
Increase field widths on trace upload form
authorTom Hughes <tom@compton.nu>
Wed, 18 Jun 2014 21:38:22 +0000 (22:38 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 18 Jun 2014 21:38:22 +0000 (22:38 +0100)
Fixes #664

app/assets/stylesheets/common.css.scss

index 7c400b4f3c4b9f1c07bdcd13a73503f5c6ace706..adad49d2a31f25c9b9531803444c5ddeea188349 100644 (file)
@@ -1321,6 +1321,18 @@ header .search_form {
   }
 }
 
+/* Rules for the new trace form */
+
+#new_trace {
+  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 {