Author: mwringe
Date: 2011-11-15 13:59:17 -0500 (Tue, 15 Nov 2011)
New Revision: 8075
Modified:
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css
Log:
JBEPP-1258: tweak some of the css to fix some of the display issues in IE6.
Modified:
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css 2011-11-15
14:36:04 UTC (rev 8074)
+++
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css 2011-11-15
18:59:17 UTC (rev 8075)
@@ -1,5 +1,5 @@
-.UIToolbarContainer {
+.UIToolbarContainer {
padding: 0px;
height: auto;
position:relative;
@@ -9,13 +9,8 @@
padding:0;
margin:0;
list-style:none;
- _height: 32px;
-}
+}
-.UIToolbarContainer ul li a {
- _height: 0;
-}
-
.UIToolbarContainer .UserInfoPortletTDContainer {
float: right; /* orientation=lt */
float: left; /* orientation=rt */
@@ -73,7 +68,7 @@
}
.UIToolbarContainer .UIHorizontalTabs .UITab {
- line-height: 30px;
+ line-height: 30px;
background: url('background/ToolbarContainer.gif') no-repeat right -32px; /*
orientation=lt */
background: url('background/ToolbarContainer-rt.gif') no-repeat left -32px; /*
orientation=rt */
padding-right: 2px; /* orientation=lt */
@@ -111,7 +106,7 @@
position: absolute;
border: 1px solid #9e9fa3;
display: none;
- z-index: 1;
+ z-index: 1;
}
.UIToolbarContainer .MenuItemContainer li{
@@ -158,7 +153,9 @@
padding: 0px 25px 0px 35px; /* orientation=lt */
padding: 0px 35px 0px 25px; /* orientation=rt */
white-space: nowrap;
- color: #3e3e3e;
+ color: #3e3e3e;
+ display: block;
+*/ height: 28px; */
}
.UIToolbarContainer .ItemIcon {
@@ -237,8 +234,7 @@
padding: 0px 25px 0px 10px; /* orientation=rt */
color: #e66a1f; font-weight:bold; cursor:pointer;
display: block;
- line-height: 32px;
- float: right;
+ line-height: 32px;
}
.UIToolbarContainer .Name a:hover {
Show replies by date