Author: mwringe
Date: 2011-09-29 13:32:41 -0400 (Thu, 29 Sep 2011)
New Revision: 7561
Modified:
epp/portal/branches/EPP_5_2_Branch/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css
Log:
JBEPP-1162: update buttons to work with RTL languages for the navigation bar (ie when the
bar can't display all the nodes for the current level when there are too many).
Modified:
epp/portal/branches/EPP_5_2_Branch/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css 2011-09-29
16:46:56 UTC (rev 7560)
+++
epp/portal/branches/EPP_5_2_Branch/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css 2011-09-29
17:32:41 UTC (rev 7561)
@@ -206,7 +206,7 @@
display: none;
cursor:pointer;
float: right; /* orientation=lt */
-
+ float: left; /* orientation=rt */
height: 15px;
width: 20px;
}
@@ -217,38 +217,38 @@
width: 10px;
height: 15px;
float: left; /* orientation=lt */
-
+ float: right; /* orientation=rt */
}
.UINavigationPortlet .ScrollLeftButton {
background:
url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/Button.gif')
no-repeat left -15px; /* orientation=lt */
+ background:
url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/Button.gif')
no-repeat right -15px; /* orientation=rt */
-
}
.UINavigationPortlet .ScrollRightButton {
background:
url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/Button.gif')
no-repeat right -15px; /* orientation=lt */
-
+ background:
url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/Button.gif')
no-repeat left -15px; /* orientation=rt */
}
.UINavigationPortlet .DisableScrollLeftButton {
background:
url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/Button.gif')
no-repeat left -30px; /* orientation=lt */
-
+ background:
url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/Button.gif')
no-repeat right -30px; /* orientation=rt */
}
.UINavigationPortlet .DisableScrollRightButton {
background:
url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/Button.gif')
no-repeat right -30px; /* orientation=lt */
-
+ background:
url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/Button.gif')
no-repeat left -30px; /* orientation=rt */
}
.UINavigationPortlet .HighlightScrollLeftButton ,.UINavigationPortlet
.ScrollLeftButton:hover{
background:
url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/Button.gif')
no-repeat left top; /* orientation=lt */
-
+ background:
url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/Button.gif')
no-repeat right top; /* orientation=rt */
}
.UINavigationPortlet .HighlightScrollRightButton,.UINavigationPortlet
.ScrollRightButton:hover {
background:
url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/Button.gif')
no-repeat right top; /* orientation=lt */
-
+ background:
url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/Button.gif')
no-repeat left top; /* orientation=rt */
}
/***********GroupNavigation*************/
Show replies by date