Author: eallen
Date: 2009-05-11 16:23:02 -0400 (Mon, 11 May 2009)
New Revision: 3376
Modified:
mgmt/trunk/cumin/resources/app.css
Log:
Remove the light purple "fullpage" bars when not in full page.
Modified: mgmt/trunk/cumin/resources/app.css
===================================================================
--- mgmt/trunk/cumin/resources/app.css 2009-05-11 19:43:07 UTC (rev 3375)
+++ mgmt/trunk/cumin/resources/app.css 2009-05-11 20:23:02 UTC (rev 3376)
@@ -494,12 +494,11 @@
}
div.fullpageTitle {
- background-color: #E7E7F7;
height: 22px;
width: 100%;
position: absolute;
padding-top: 2px;
- display: block;
+ display: none;
top: -2px;
left: -4px;
overflow: hidden;
@@ -530,8 +529,8 @@
z-index: 4;
position: absolute;
top: -2px;
- right: 4px;
- display: block;
+ right: 14px;
+ display: none;
}
div.fullpageable:hover div.fullpageTitle,
div.fullpageable:hover p.fullpageIcon,
@@ -547,6 +546,10 @@
border-right: 1px solid #cbb4ff;
}
+div.fullpaged div.fullpageTitle {
+ background-color: #E7E7F7;
+}
+
div.widgetContainer {
position: relative;
z-index: 1;
Show replies by date