-
+
diff --git a/public/style.css b/public/style.css
index 48b0133..ed16a3b 100644
--- a/public/style.css
+++ b/public/style.css
@@ -100,18 +100,32 @@ a, a:visited {
}
/* Forms */
-input:not([type=submit]):not([type=file]) {
- padding: 10px;
+.form-item {
+ padding: 2%;
}
-.full-width input:not([type=submit]):not([type=file]) {
+.full-width {
width: 100%;
}
-.half-width input:not([type=submit]):not([type=file]) {
+.half-width {
width: 50%;
}
+label.primary {
+ font-weight: bold;
+}
+
+label.secondary {
+ color: #CCC;
+}
+
+input:not([type=submit]):not([type=file]) {
+ width: 100%;
+ padding: 10px;
+}
+
+
/* Tooltips */
.qtip-default {
border-color: #013F6D;