Sfoglia il codice sorgente

Adjust alignment of web app installer form

Kristan Kenney 6 anni fa
parent
commit
1d027b7a0d
1 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  1. 7 1
      web/css/styles.min.css

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

@@ -1123,7 +1123,13 @@ form#vstobjects .alert {
 }
 }
 
 
 .app-form {
 .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 {
 .card {