[
https://issues.jboss.org/browse/GTNPORTAL-2894?page=com.atlassian.jira.pl...
]
Gabriel Cardoso commented on GTNPORTAL-2894:
--------------------------------------------
Please use the two last images. Here is the code updated to LTR and RTL:
HTML
<div class="HomePortletAdBackround">
<div class="AdImageLeft">
<p class="slogan">Everything you need for your Web
applications</p>
<div class="AdImageRight"></div>
</div>
</div>
CSS
.UIHomePagePortlet .HomePortletAdBackround {
position: relative
}
.slogan { /* Base Code for LTR and RTL */
position: absolute;
font-size: 25px;
line-height: 29px;
font-weight: 100;
left: 58px;
top: 134px;
letter-spacing: -0.4px;
width: 280px;
font-family: "Frutiger LT Std", Frutiger, Helvetica, Arial, Sans-serif;
color: #7b7b7b;
background: -webkit-linear-gradient(#b9b9b9, #535353); /* gradient effect only works on
webkit */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.slogan { /* Code for RTL */
left: 0;
right: 50px;
direction: rtl;
}
The home page image is mirrorred when using RTL languages
---------------------------------------------------------
Key: GTNPORTAL-2894
URL:
https://issues.jboss.org/browse/GTNPORTAL-2894
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Matt Wringe
Assignee: Viliam Rockai
Attachments: gatein-36-LTR.jpg, gatein-36-RTL.jpg, gatein-36-RTL.jpg, rtl.png
When using RTL languages, the image displayed on the home page portlet gets mirrored. We
should handle this in a better situation, most likely by removing the text from the image
and having the text properly added using the resource bundle.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira