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

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Apr 23 11:15:24 EDT 2009


Author: eallen
Date: 2009-04-23 11:15:24 -0400 (Thu, 23 Apr 2009)
New Revision: 3319

Modified:
   mgmt/trunk/cumin/resources/app.css
Log:
Make fullpage purple title bar permanent (instead of only visible on hover)

Modified: mgmt/trunk/cumin/resources/app.css
===================================================================
--- mgmt/trunk/cumin/resources/app.css	2009-04-22 10:58:57 UTC (rev 3318)
+++ mgmt/trunk/cumin/resources/app.css	2009-04-23 15:15:24 UTC (rev 3319)
@@ -495,7 +495,9 @@
     width: 100%;
     position: absolute;
     padding-top: 2px;
-    display: none;
+    display: block;
+    top: -2px;
+    left: -4px;
     overflow: hidden;
     z-index: 0;
 }
@@ -514,8 +516,9 @@
     float: right;
     z-index: 4;
     position: absolute;
+    top: -2px;
     right: 4px;
-    display: none;
+    display: block;
 }
 div.fullpageable:hover div.fullpageTitle, 
 div.fullpageable:hover p.fullpageIcon,
@@ -536,8 +539,6 @@
     z-index: 1;
 }
 div.fullpageBack {
-/*    background-color: black;
-    opacity: .8; */
     background-color: white;
     position: absolute;
     width: 100%;




More information about the rhmessaging-commits mailing list