summaryrefslogtreecommitdiff
path: root/lib/gallery.common.css
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-11-07 07:35:15 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-11-07 07:35:15 -0800
commit87f00a5ec5e072f98f5ed6fcd559ef249da57b36 (patch)
treed1c6ddf82600c4d02ab9098766597d1a3cbfac33 /lib/gallery.common.css
parentc40735c922b53eb32be1ae39a030362eea52e602 (diff)
parente300ede3d8311bf236594480355f710b39aaa451 (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'lib/gallery.common.css')
-rw-r--r--lib/gallery.common.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css
index 2cbce900..f199ba45 100644
--- a/lib/gallery.common.css
+++ b/lib/gallery.common.css
@@ -87,7 +87,10 @@ option:focus {
color: #000;
}
-input.checkbox {
+input.checkbox,
+input[type=checkbox],
+input.radio,
+input[type=radio] {
float: left;
margin-right: .4em;
}