Author: sevein
Date: Mon Nov  1 14:28:02 2010
New Revision: 8750

Log:
Override default left margin for HTML lists used in Symfony form widget 
(.radio-list class).

Modified:
   trunk/css/main.css

Modified: trunk/css/main.css
==============================================================================
--- trunk/css/main.css  Mon Nov  1 14:17:37 2010        (r8749)
+++ trunk/css/main.css  Mon Nov  1 14:28:02 2010        (r8750)
@@ -216,6 +216,10 @@
   list-style: none;
 }
 
+ul.radio_list {
+  padding-left: 0;
+}
+
 ul.radio_list label {
   display: inline;
 }

-- 
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.

Reply via email to