Author: sevein
Date: Mon Nov  1 10:44:11 2010
New Revision: 8734

Log:
Fix more visual glitches due to Drupal styles inheritance in conflict with new 
Symfony <ul class="radio-list"/> representation of list of choices.

Modified:
   trunk/css/main.css

Modified: trunk/css/main.css
==============================================================================
--- trunk/css/main.css  Mon Nov  1 10:37:03 2010        (r8733)
+++ trunk/css/main.css  Mon Nov  1 10:44:11 2010        (r8734)
@@ -212,6 +212,10 @@
 }
 
 /* Override Drupal's default list style for Symfony .radio-list */
-ul.radio_list, li.radio {
+ul.radio_list, ul.radio_list li, ul.radio_list li:hover {
   list-style: none;
 }
+
+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