[rhmessaging-commits] rhmessaging commits: r3102 - mgmt/trunk/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Feb 3 14:57:26 EST 2009


Author: justi9
Date: 2009-02-03 14:57:26 -0500 (Tue, 03 Feb 2009)
New Revision: 3102

Modified:
   mgmt/trunk/cumin/python/cumin/page.strings
Log:
Tidy up the top tabs css

Modified: mgmt/trunk/cumin/python/cumin/page.strings
===================================================================
--- mgmt/trunk/cumin/python/cumin/page.strings	2009-02-03 18:55:32 UTC (rev 3101)
+++ mgmt/trunk/cumin/python/cumin/page.strings	2009-02-03 19:57:26 UTC (rev 3102)
@@ -2,11 +2,16 @@
 #head {
   padding: 0;
   border-bottom: 1px solid #999;
-  border-top: 3px solid #000;
   color: #ddd;
   background: #666 url("resource?name=mrg-banner.png") no-repeat scroll center;
 }
 
+#trans0 {
+  background-color: black;
+  height: 0.15em;
+  width: 100%;
+}
+
 #head a {
   color: #c0d0e0;
 }
@@ -17,8 +22,6 @@
 
 #head .tabs {
   padding: 0 0 0.25em 0.5em;
-  margin: 0;
-  list-style: none;
 }
 
 #head .tabs li {
@@ -26,11 +29,12 @@
 }
 
 #head .tabs li a {
-  padding: 0.275em 0.5em;
+  padding: 0.225em 0.5em 0.275em 0.5em;
   border-right: 2px solid #444;
   background-color: #333;
   color: #ccc;
   line-height: 1.5em;
+  vertical-align: -15%;
 }
 
 #head .tabs li:last-child a {
@@ -40,8 +44,6 @@
 #head .tabs li a.selected {
   background-color: #000;
   color: #fff;
-  position: relative;
-  z-index: 2;
 }
 
 #body {
@@ -98,7 +100,7 @@
   content: "";
 }
 
-#trans {
+#trans1 {
   padding: 0;
   margin: 0;
   border-top: 1px solid #bbb;
@@ -137,6 +139,7 @@
 }
 
 [MainFrame.html]
+<div id="trans0"/>
 <div id="head">
   <div>
     <div id="user">
@@ -157,14 +160,14 @@
         <span>{failed_count}</span> failed
       </a>
     </div>
-<script type="text/javascript">
+    <script type="text/javascript">
       cumin.modelListeners["actions"] = updateActions
-</script>
+    </script>
 
     <ul id="context">{frames}</ul>
   </div>
 </div>
-<div id="trans"></div>
+<div id="trans1"></div>
 <div id="body">{mode}</div>
 <div id="foot"/>
 




More information about the rhmessaging-commits mailing list