aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-31 16:13:58 +0200
committerMario Vavti <mario@mariovavti.com>2017-03-31 16:13:58 +0200
commit1bcee2f11c10ef6844383ea3ba8d15862604f8d1 (patch)
tree87e1ff404d44f705a6d94f39972d2df45f061ca7 /view/css
parent572a04b40acf39530e86175a71da898c851ca710 (diff)
downloadvolse-hubzilla-1bcee2f11c10ef6844383ea3ba8d15862604f8d1.tar.gz
volse-hubzilla-1bcee2f11c10ef6844383ea3ba8d15862604f8d1.tar.bz2
volse-hubzilla-1bcee2f11c10ef6844383ea3ba8d15862604f8d1.zip
various form css fixes
Diffstat (limited to 'view/css')
-rw-r--r--view/css/bootstrap-red.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css
index 1f005989d..2d2f3ba8c 100644
--- a/view/css/bootstrap-red.css
+++ b/view/css/bootstrap-red.css
@@ -72,6 +72,7 @@ code {
white-space: normal;
}
-/* Bootstrap assumes that checkboxes are on the left of labels, while it's usually the opposite in Red */
-.field.checkbox input[type="checkbox"] { margin-left: 0px; }
-.field.checkbox label { padding-left: 0px; font-weight: 700}
+.form-group label {
+ font-weight: bold;
+padding-left: 0px;
+}