]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Use bootstrap_form as the formbuilder for GPX upload form
[rails.git] / app / assets / stylesheets / common.scss
index 52729cf62048e5f6d6462ec1c320cbe7facb7534..6de8fee64f7539af7331e4e5d76e5e1fac8e36b1 100644 (file)
@@ -728,6 +728,14 @@ body.compact {
   }
 }
 
+/* Temporary label size override until we remove site-wide font customisation */
+
+form {
+  label {
+    font-size: 16px;
+  }
+}
+
 /* Rules for the search and direction forms */
 
 header .search_forms,
@@ -1168,30 +1176,6 @@ tr.turn:hover {
   float: right;
 }
 
-/* Rules for the new trace form */
-
-#new_trace {
-  input[type=text] {
-    width: 50%;
-    width: calc(100% - 150px);
-    max-width: 500px;
-  }
-}
-
-/* Rules for the edit trace form */
-
-.edit_trace {
-  .standard-form-row p {
-    margin-bottom: 0px;
-  }
-
-  input[type=text] {
-    width: 50%;
-    width: calc(100% - 150px);
-    max-width: 500px;
-  }
-}
-
 /* Rules for the user profile page */
 
 #userinformation {