Author: sevein
Date: Sun Oct 31 03:25:23 2010
New Revision: 8725

Log:
Symfony radio list widget is now rendered as HTML <ul/> list, this CSS code 
overrides default Drupal design for these lists, which does not make sense.

Modified:
   trunk/css/main.css

Modified: trunk/css/main.css
==============================================================================
--- trunk/css/main.css  Sun Oct 31 03:11:17 2010        (r8724)
+++ trunk/css/main.css  Sun Oct 31 03:25:23 2010        (r8725)
@@ -210,3 +210,8 @@
   border-bottom: 1px solid #ccc;
   padding: 0.2em 0.6em;
 }
+
+/* Override Drupal's default list style for Symfony .radio-list */
+ul.radio_list, li.radio {
+  list-style: none;
+}

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