Author: thuy.nguyen
Date: 2010-02-24 05:30:50 -0500 (Wed, 24 Feb 2010)
New Revision: 1836
Modified:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css
Log:
GTNPORTAL-554: IE: Error UI in Dashboard workspace in Dashboard page
Modified:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css
===================================================================
---
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css 2010-02-24
10:25:27 UTC (rev 1835)
+++
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css 2010-02-24
10:30:50 UTC (rev 1836)
@@ -145,9 +145,6 @@
/*----------------------UIGadgetsSelectorForm-------------------*/
.UIDashboardSelectContainer {
- float: left; /* orientation=lt */
- float: right; /* orientation=rt */
- width: 209px;
height: 100%;
}
@@ -184,10 +181,10 @@
}
.UIDashboardSelectContainer .DashboardItemContainer .InputContainer input {
- margin: 0 3px 0 10px;
+ margin: 0 3px 0 0px;
border: 1px solid #b8babf;
font-size: 11px;
- width: 160px;
+ width: 165px;
}
.UIDashboardSelectContainer .DashboardItemContainer .GadgetItemsContainer {
@@ -430,6 +427,10 @@
margin: 3px 3px 0px 0px; /* orientation=rt */
}
+.UIDashboard .UIPopupWindow {
+ width: 240px;
+}
+
#UIAddGadgetPopup {
width: 225px;
}
Show replies by date