Author: thanh.do
Date: 2009-11-13 03:34:02 -0500 (Fri, 13 Nov 2009)
New Revision: 590
Added:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/background/BackIcon.gif
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/background/EdittedSaveIcon.gif
Removed:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/background/TopExitBtn.gif
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/background/UnSaveIcon.gif
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/webui/component/UIPopup/UIPopupWindow/Stylesheet.css
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/background/CloseIcon.gif
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/background/SaveIcon.gif
Log:
GTNPORTAL-238:no back button icon when creating a new 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 2009-11-13
08:31:56 UTC (rev 589)
+++
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css 2009-11-13
08:34:02 UTC (rev 590)
@@ -17,6 +17,7 @@
* 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
*/
+
.UIWindow .UIDashboardPortlet {
margin: 0px;
}
Modified:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/Stylesheet.css
===================================================================
---
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/Stylesheet.css 2009-11-13
08:31:56 UTC (rev 589)
+++
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/Stylesheet.css 2009-11-13
08:34:02 UTC (rev 590)
@@ -52,8 +52,8 @@
margin: 5px 3px 0px 0px; /* orientation=lt */
margin: 5px 0px 0px 3px; /* orientation=rt */
cursor: pointer;
- width: 18px; height: 18px;
- background: url('background/TopExitBtn.gif') no-repeat right bottom;
+ width: 23px; height: 17px;
+ background: url('background/CloseIcon.gif') no-repeat right top;
}
.UIPopupWindow .BackButton {
@@ -63,7 +63,7 @@
margin: 5px 0px 0px 3px; /* orientation=rt */
cursor: pointer;
width: 18px; height: 18px;
- background: url('background/BackBtn.gif') no-repeat right bottom;
+ background: url('background/Back.gif') no-repeat right bottom;
}
.UIPopupWindow .TopLeftCornerDecorator {
@@ -182,41 +182,48 @@
}
.UIPortalComposer .CloseButton {
- background: transparent url(background/CloseIcon.gif) no-repeat scroll right bottom; /*
orientation=lt */
- background: transparent url(background/CloseIcon-rt.gif) no-repeat scroll left bottom;
/* orientation=rt */
- width: 25px;
- height: 17px;
- margin: 6px 0px 0px 0px;
+ background: url(background/CloseIcon.gif) no-repeat right bottom; /* orientation=lt */
+ background: url(background/CloseIcon-rt.gif) no-repeat left bottom; /* orientation=rt
*/
+ width: 23px;
+ height: 17px;
+ float: right; /* orientation=lt */
+ float: left; /* orientation=rt */
+ margin: 6px 0px 0px 2px; /* orientation=lt */
+ margin: 6px 2px 0px 0px; /* orientation=rt */
}
.UIPortalComposer .SaveButton {
- background: transparent url(background/UnSaveIcon.gif) no-repeat scroll right bottom; /*
orientation=lt */
- background: transparent url(background/UnSaveIcon-rt.gif) no-repeat scroll left bottom;
/* orientation=rt */
+ background: url(background/SaveIcon.gif) no-repeat right bottom; /* orientation=lt */
+ background: url(background/SaveIcon-rt.gif) no-repeat left bottom; /* orientation=rt */
cursor: pointer;
float: right; /* orientation=lt */
float: left; /* orientation=rt */
height: 17px;
- margin-top: 6px;
- width: 25px;
+ margin: 6px 0px 0px 2px; /* orientation=lt */
+ margin: 6px 2px 0px 0px; /* orientation=rt */
+ width: 23px;
}
.UIPortalComposer .BackButton {
- background: #666666 no-repeat scroll right bottom; /* orientation=lt */
- background: #666666 no-repeat scroll left bottom; /* orientation=rt */
- width: 25px;
- height: 17px;
+ background: url(background/BackIcon.gif) no-repeat right bottom; /* orientation=lt */
+ background: url(background/BackIcon-rt.gif) no-repeat left bottom; /* orientation=rt */
+ width: 23px;
+ height: 17px;
+ float: right; /* orientation=lt */
+ float: left; /* orientation=rt */
margin: 6px 0px 0px 0px;
}
.UIPortalComposer .EdittedSaveButton {
- background: transparent url(background/SaveIcon.gif) no-repeat scroll right bottom; /*
orientation=lt */
- background: transparent url(background/SaveIcon-rt.gif) no-repeat scroll left bottom; /*
orientation=rt */
+ background: url(background/EdittedSaveIcon.gif) no-repeat right bottom; /*
orientation=lt */
+ background: url(background/EdittedSaveIcon-rt.gif) no-repeat left bottom; /*
orientation=rt */
cursor: pointer;
float: right; /* orientation=lt */
float: left; /* orientation=rt */
- height: 17px;
- margin-top: 6px;
- width: 25px;
+ height: 17px;
+ margin: 6px 0px 0px 2px; /* orientation=lt */
+ margin: 6px 2px 0px 0px; /* orientation=rt */
+ width: 23px;
}
.UIPortalComposer .PopupTitle {
Added:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/background/BackIcon.gif
===================================================================
(Binary files differ)
Property changes on:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/background/BackIcon.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/background/CloseIcon.gif
===================================================================
(Binary files differ)
Added:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/background/EdittedSaveIcon.gif
===================================================================
(Binary files differ)
Property changes on:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/background/EdittedSaveIcon.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/background/SaveIcon.gif
===================================================================
(Binary files differ)
Deleted:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/background/TopExitBtn.gif
===================================================================
(Binary files differ)
Deleted:
portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/background/UnSaveIcon.gif
===================================================================
(Binary files differ)