Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / themes / classy / css / components / form.css
index 97b94fe8c84dd193c4dafad709e4996664076b28..e66f7b85c944d95cbe18856c5d661150e24192f6 100644 (file)
@@ -14,14 +14,14 @@ form .field-multiple-table .field-multiple-drag {
   padding-left: 0;
 }
 form .field-multiple-table .field-multiple-drag .tabledrag-handle {
-  padding-right: .5em; /* LTR */
+  padding-right: 0.5em; /* LTR */
 }
 [dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
   padding-right: 0;
-  padding-left: .5em;
+  padding-left: 0.5em;
 }
 form .field-add-more-submit {
-  margin: .5em 0 0;
+  margin: 0.5em 0 0;
 }
 
 /**
@@ -47,7 +47,7 @@ label.option {
 }
 .form-composite > legend,
 .label {
-  display:inline;
+  display: inline;
   font-size: inherit;
   font-weight: bold;
   margin: 0;