Author: eallen
Date: 2008-10-01 16:52:55 -0400 (Wed, 01 Oct 2008)
New Revision: 2565
Added:
mgmt/trunk/cumin/resources/ie.css
Log:
IE only style sheet. Mostly to compensate for missing :before and :after pseudo elements.
Added: mgmt/trunk/cumin/resources/ie.css
===================================================================
--- mgmt/trunk/cumin/resources/ie.css (rev 0)
+++ mgmt/trunk/cumin/resources/ie.css 2008-10-01 20:52:55 UTC (rev 2565)
@@ -0,0 +1,22 @@
+#context li a {
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+ border-left: 1px solid #FFFFFF;
+}
+
+#context li:first-child a {
+ padding-left: 0;
+ border-left: 0;
+}
+
+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);
+}
+