Преглед изворни кода

Adjust alignment of web app installer form

Kristan Kenney пре 6 година
родитељ
комит
1d027b7a0d
1 измењених фајлова са 7 додато и 1 уклоњено
  1. 7 1
      web/css/styles.min.css

+ 7 - 1
web/css/styles.min.css

@@ -1123,7 +1123,13 @@ form#vstobjects .alert {
 }
 
 .app-form {
-  padding:2em 1em 2em 1em;
+  padding: 2em 1em 2em 9em;
+}
+
+.app-form label {
+  font-size: 0.85rem;
+  padding-bottom: 3px;
+  font-weight: 600;
 }
 
 .card {