[rhmessaging-commits] rhmessaging commits: r1176 - in mgmt/cumin/python: wooly and 1 other directory.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Sun Oct 28 13:36:37 EDT 2007


Author: justi9
Date: 2007-10-28 13:36:37 -0400 (Sun, 28 Oct 2007)
New Revision: 1176

Modified:
   mgmt/cumin/python/cumin/page.strings
   mgmt/cumin/python/wooly/widgets.strings
Log:
Style tweaks.



Modified: mgmt/cumin/python/cumin/page.strings
===================================================================
--- mgmt/cumin/python/cumin/page.strings	2007-10-28 17:25:54 UTC (rev 1175)
+++ mgmt/cumin/python/cumin/page.strings	2007-10-28 17:36:37 UTC (rev 1176)
@@ -174,7 +174,7 @@
 }
 
 table.props {
-  margin: 0 0 1em 0;
+  margin: 0 0 1.5em 0;
   width: 25em;
   border-collapse: collapse;
 }
@@ -215,6 +215,10 @@
   font-size: 0.9em;
 }
 
+button:hover, table.props th.actions a:hover, ul.actions a:hover {
+  background-color: white;
+}
+
 dl.properties {
   margin: 0 0 1.5em 0;
   width: 25em;
@@ -377,7 +381,7 @@
 
 div.mstatus {
   float: right;
-  margin: 1em;
+  margin: 0.5em;
   padding: 0.75em 1em;
   width: 15em;
 }
@@ -388,17 +392,17 @@
 }
 
 div.mstatus.red {
-  border: 1px solid #c99;
+  border: 1px dotted #c99;
   background-color: #fcc;
 }
 
 div.mstatus.yellow {
-  border: 1px solid #cc9;
+  border: 1px dotted #cc9;
   background-color: #ffc;
 }
 
 div.mstatus.green {
-  border: 1px solid #9c9;
+  border: 1px dotted #9c9;
   background-color: #cfc;
 }
 

Modified: mgmt/cumin/python/wooly/widgets.strings
===================================================================
--- mgmt/cumin/python/wooly/widgets.strings	2007-10-28 17:25:54 UTC (rev 1175)
+++ mgmt/cumin/python/wooly/widgets.strings	2007-10-28 17:36:37 UTC (rev 1176)
@@ -4,7 +4,7 @@
 [TabSet.css]
 ul.TabSet.tabs {
   padding: 0;
-  margin: 1em 0 0 0;
+  margin: 0;
   list-style: none;
 }
 
@@ -35,7 +35,7 @@
   background-color: white;
   padding: 1em;
   border: 1px solid #ccc;
-  margin: 0;
+  margin: 0 0 1em 0;
   background-color: #fff;
   position: relative;
   z-index: 1;




More information about the rhmessaging-commits mailing list