summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-11-23 22:30:41 +0000
committerDries Buytaert <dries@buytaert.net>2009-11-23 22:30:41 +0000
commit226341242bf4e7ea16ec7d6f2f81091464207318 (patch)
tree51ec0e2f70ad6f486f28716f1d3d6eace88312fd /themes
parent7389848d699bc0d35c40db6ed0cb2d6601b06771 (diff)
downloadbrdo-226341242bf4e7ea16ec7d6f2f81091464207318.tar.gz
brdo-226341242bf4e7ea16ec7d6f2f81091464207318.tar.bz2
- Patch #639354 by langworthy, sivaji: improved radio buttons spacing.
Diffstat (limited to 'themes')
-rw-r--r--themes/seven/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 6d61ebd64..fab811893 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -780,8 +780,8 @@ body.in-maintenance #branding h1 {
float: none;
}
-body.in-maintenance .form-type-radio {
- display: inline-block;
+body.in-maintenance .form-radios .form-type-radio {
+ padding: 2px 0;
}
body.in-maintenance .form-submit {