[gatein-commits] gatein SVN: r7471 - epp/portal/branches/EPP_5_2_Branch/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Sep 20 17:05:53 EDT 2011


Author: mwringe
Date: 2011-09-20 17:05:52 -0400 (Tue, 20 Sep 2011)
New Revision: 7471

Modified:
   epp/portal/branches/EPP_5_2_Branch/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css
Log:
JBEPP-1162: fix css issue when language is right to left. The icon should now be in the correct location and not hidden behind the menu text.

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-20 17:41:46 UTC (rev 7470)
+++ epp/portal/branches/EPP_5_2_Branch/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css	2011-09-20 21:05:52 UTC (rev 7471)
@@ -162,7 +162,7 @@
 
 .UINavigationPortlet .MenuItemContainer .MenuItem a {
     padding: 0px 20px 0px 25px; /* orientation=lt */
-
+    padding: 0px 25px 0px 20px; /* orientation=rt */
     display: block;
 }
 



More information about the gatein-commits mailing list