[rhmessaging-commits] rhmessaging commits: r2565 - mgmt/trunk/cumin/resources.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Oct 1 16:52:55 EDT 2008


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);
+}
+




More information about the rhmessaging-commits mailing list