Author: sevein
Date: Mon Jul 23 22:37:49 2012
New Revision: 11965
Log:
Add extra CSS class for checkboxes to be shown inline with the label
Modified:
trunk/css/form.css
Modified: trunk/css/form.css
==============================================================================
--- trunk/css/form.css Mon Jul 23 21:05:03 2012 (r11964)
+++ trunk/css/form.css Mon Jul 23 22:37:49 2012 (r11965)
@@ -83,3 +83,8 @@
background: none;
border: 1px solid #ccc;
}
+
+.form-item-checkbox > label {
+ display: inline !important;
+ margin-left: 4px;
+}
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.