Author: eallen
Date: 2009-04-30 11:41:55 -0400 (Thu, 30 Apr 2009)
New Revision: 3353
Added:
mgmt/trunk/cumin/resources/ielte7.css
Log:
ie7 and below specific styles
Added: mgmt/trunk/cumin/resources/ielte7.css
===================================================================
--- mgmt/trunk/cumin/resources/ielte7.css (rev 0)
+++ mgmt/trunk/cumin/resources/ielte7.css 2009-04-30 15:41:55 UTC (rev 3353)
@@ -0,0 +1,10 @@
+ul.radiotabs li a {
+ background-image: url(resource?name=radio-button.png);
+ background-repeat: no-repeat;
+ background-position: 0 1px;
+ padding-left: 1.4em;
+}
+
+ul.radiotabs li a.selected {
+ background-image: url(resource?name=radio-button-checked.png);
+}
Show replies by date