From 1eab332652e55abf15fd369f907423c60b63f64f Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Fri, 6 Nov 2009 23:42:17 -0700 Subject: Treat radio button layout the same as checkboxes, also include type selectors for checkbox and radio buttons. --- lib/gallery.common.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib') 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; } -- cgit v1.2.3