summaryrefslogtreecommitdiffstats
path: root/install/ui/less
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-10-17 15:36:09 +0200
committerMartin Kosek <mkosek@redhat.com>2014-01-21 12:04:02 +0100
commit4ae69b99b22f50b9bc31d60126bb0dc805c7b11b (patch)
tree57f3dc34c971ef9fa3a8386d4154ba61c277373e /install/ui/less
parent9a7e65100c4d193248ef19d5a79300e14c99fabc (diff)
downloadfreeipa-4ae69b99b22f50b9bc31d60126bb0dc805c7b11b.tar.gz
freeipa-4ae69b99b22f50b9bc31d60126bb0dc805c7b11b.tar.xz
freeipa-4ae69b99b22f50b9bc31d60126bb0dc805c7b11b.zip
Always create radio and checkbox with label
https://fedorahosted.org/freeipa/ticket/3904
Diffstat (limited to 'install/ui/less')
-rw-r--r--install/ui/less/forms-override.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/install/ui/less/forms-override.less b/install/ui/less/forms-override.less
index 986a86d6f..321eac246 100644
--- a/install/ui/less/forms-override.less
+++ b/install/ui/less/forms-override.less
@@ -37,6 +37,12 @@ input[type="radio"] + label {
background-position: center left;
}
+input[type="checkbox"].standalone + label,
+input[type="radio"].standalone + label {
+ padding: 0;
+ width: 13px;
+}
+
input[type="checkbox"] + label {
background-image: url('../img/checkbutton-background.png');
}