Author: david
Date: Thu Sep 10 17:23:46 2009
New Revision: 3225

Log:
Tweak css for 'radio' unordered list (ul).

Modified:
   trunk/web/css/form.css

Modified: trunk/web/css/form.css
==============================================================================
--- trunk/web/css/form.css      Thu Sep 10 17:22:03 2009        (r3224)
+++ trunk/web/css/form.css      Thu Sep 10 17:23:46 2009        (r3225)
@@ -49,15 +49,22 @@
   border: 1px solid #a3a3a3;
 }
 
-form ul.radio_list li
+
+form ul.radio
+{
+  padding: 0;
+  margin: 0;
+  list-style-image: none;
+}
+
+form ul.radio li
 {
   background: none;
-  display: inline;
-  padding: 0 5px 0 0;
+  padding: 0;
   list-style-type: none;
 }
 
-form ul.radio_list label
+form ul.radio li label
 {
   display: inline;
   font-weight: normal;
@@ -445,4 +452,4 @@
 .form-item li:hover
 {
   list-style-image: url(../images/delete.png);
-}
+}
\ No newline at end of file

--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to