Author: thanh.do
Date: 2009-12-04 03:14:40 -0500 (Fri, 04 Dec 2009)
New Revision: 922
Modified:
portal/trunk/portlet/exoadmin/src/main/webapp/skin/navigation/webui/component/DefaultStylesheet.css
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIMaskWorkspace/Stylesheet.css
Log:
PLF-26:Error displaying in add group navigation form with Default and Vista skin
Modified:
portal/trunk/portlet/exoadmin/src/main/webapp/skin/navigation/webui/component/DefaultStylesheet.css
===================================================================
---
portal/trunk/portlet/exoadmin/src/main/webapp/skin/navigation/webui/component/DefaultStylesheet.css 2009-12-04
06:53:15 UTC (rev 921)
+++
portal/trunk/portlet/exoadmin/src/main/webapp/skin/navigation/webui/component/DefaultStylesheet.css 2009-12-04
08:14:40 UTC (rev 922)
@@ -26,6 +26,7 @@
.UIManagement .ManagementBlock {
background: #f8f8f8 url('background/BgEvenRow.gif') repeat-x left top;
margin-bottom: 1px;
+ _width: 97%;
}
.UIManagement .EvenRow {
Modified:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIMaskWorkspace/Stylesheet.css
===================================================================
---
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIMaskWorkspace/Stylesheet.css 2009-12-04
06:53:15 UTC (rev 921)
+++
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIMaskWorkspace/Stylesheet.css 2009-12-04
08:14:40 UTC (rev 922)
@@ -38,12 +38,12 @@
}
.UIMaskWorkspace .MiddleLeftDecorator {
- background: url('background/MiddleMaskWorkspace.png') repeat-y left;
+ background: url('background/MiddleMaskWorkspace.png') repeat-y left top;
padding: 0px 0px 0px 10px;
}
.UIMaskWorkspace .MiddleRightDecorator {
- background: url('background/MiddleMaskWorkspace.png') repeat-y right;
+ background: url('background/MiddleMaskWorkspace.png') repeat-y right top;
padding: 0px 11px 0px 0px;
}