Author: phuong_vu
Date: 2011-09-07 04:40:38 -0400 (Wed, 07 Sep 2011)
New Revision: 7322
Modified:
portal/branches/dom/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css
portal/branches/dom/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css
Log:
[DOM] Improve css for Admin toolbar
Modified:
portal/branches/dom/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css
===================================================================
---
portal/branches/dom/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css 2011-09-07
08:38:53 UTC (rev 7321)
+++
portal/branches/dom/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css 2011-09-07
08:40:38 UTC (rev 7322)
@@ -27,7 +27,7 @@
border: none;
}
-.UIToolbarContainer .ToolbarContainer a {
+.UIToolbarContainer .ToolbarContainer .TBIcon {
padding: 0px 15px 0px 35px; /* orientation=lt */
padding: 0px 35px 0px 15px; /* orientation=rt */
color: #fff;
Modified:
portal/branches/dom/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css
===================================================================
---
portal/branches/dom/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css 2011-09-07
08:38:53 UTC (rev 7321)
+++
portal/branches/dom/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIToolbarContainer/Stylesheet.css 2011-09-07
08:40:38 UTC (rev 7322)
@@ -64,7 +64,7 @@
border-right: 1px solid white;
}
-.UIToolbarContainer .ToolbarContainer a {
+.UIToolbarContainer .ToolbarContainer .TBIcon {
display: block;
padding: 0px 5px 0px 35px; /* orientation=lt */
padding: 0px 35px 0px 5px; /* orientation=rt */
@@ -165,8 +165,11 @@
}
.UIToolbarContainer .MenuItem a {
- padding-right: 25px; /* orientation=lt */
- padding-left: 25px; /* orientation=rt */
+ display: block;
+ padding: 0px 25px 0px 35px; /* orientation=lt */
+ padding: 0px 35px 0px 25px; /* orientation=rt */
+ white-space: nowrap;
+ color: #3e3e3e;
}
.UIToolbarContainer .ItemIcon {