Author: mpodolin
Date: 2010-04-07 07:41:02 -0400 (Wed, 07 Apr 2010)
New Revision: 2523
Modified:
portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css
portal/branches/EPP_5_0_Branch/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css
portal/branches/EPP_5_0_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css
portal/branches/EPP_5_0_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIGadget/Stylesheet.css
Log:
JBEPP-227: GTNPORTAL-812 ported to the branch
Modified:
portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css
===================================================================
---
portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css 2010-04-07
10:04:06 UTC (rev 2522)
+++
portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css 2010-04-07
11:41:02 UTC (rev 2523)
@@ -267,7 +267,8 @@
.UIApplicationRegistryPortlet .UIVerticalSlideTabs .UIVTabContent .ControlIcon {
float: right; /* orientation=lt */
- float: left; /* orientation=rt */
+ float: left; /* orientation=rt */
+ cursor: pointer;
}
/**************************** AppWorkingArea *****************************/
@@ -310,7 +311,8 @@
.UIApplicationRegistryPortlet .UIBreadcumb .ControlIcon {
float: right; /* orientation=lt */
float: left; /* orientation=rt */
- margin: 0px 5px;
+ margin: 0px 5px;
+ cursor: pointer;
}
.UIApplicationRegistryPortlet .ApplicationContainer {
Modified:
portal/branches/EPP_5_0_Branch/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css
===================================================================
---
portal/branches/EPP_5_0_Branch/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css 2010-04-07
10:04:06 UTC (rev 2522)
+++
portal/branches/EPP_5_0_Branch/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css 2010-04-07
11:41:02 UTC (rev 2523)
@@ -161,7 +161,7 @@
padding-left: 0; /* orientation=rt */
background: url('DefaultSkin/background/NavDownArrow.gif') no-repeat right; /*
orientation=lt */
background: url('DefaultSkin/background/NavDownArrow.gif') no-repeat left; /*
orientation=rt */
- cursor: pointer;
+ cursor: default;
}
/*###############-Selected Navigation Tab-################*/
@@ -218,7 +218,7 @@
border: solid #b7b7b7 1px; /*fix for IE*/
text-align: left; /* orientation=lt */
text-align: right; /* orientation=rt */
- z-index: 1;
+ z-index: 1;
}
.UINavigationPortlet .MenuItemContainer .MenuItemDecorator {
Modified:
portal/branches/EPP_5_0_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css
===================================================================
---
portal/branches/EPP_5_0_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css 2010-04-07
10:04:06 UTC (rev 2522)
+++
portal/branches/EPP_5_0_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css 2010-04-07
11:41:02 UTC (rev 2523)
@@ -330,6 +330,7 @@
padding: 0 9px;
border: 1px solid #dbdbdb;
border-top: none;
+ cursor: move;
}
.UIDashboard .UIGadget .GadgetControl .GadgetDragHandleArea {
Modified:
portal/branches/EPP_5_0_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIGadget/Stylesheet.css
===================================================================
---
portal/branches/EPP_5_0_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIGadget/Stylesheet.css 2010-04-07
10:04:06 UTC (rev 2522)
+++
portal/branches/EPP_5_0_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIGadget/Stylesheet.css 2010-04-07
11:41:02 UTC (rev 2523)
@@ -169,6 +169,10 @@
margin-left: 101px;
}
+.UIGadgetContent .gadgets-gadget-user-prefs-dialog-action-bar input {
+ cursor: pointer;
+}
+
.UIGadgetContent .devToolbar {
width: 56%;
}
Show replies by date