[gatein-issues] [JBoss JIRA] (GTNPORTAL-2894) The home page image is mirrorred when using RTL languages

Gabriel Cardoso (JIRA) jira-events at lists.jboss.org
Wed Apr 10 08:03:26 EDT 2013


    [ https://issues.jboss.org/browse/GTNPORTAL-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765857#comment-12765857 ] 

Gabriel Cardoso commented on GTNPORTAL-2894:
--------------------------------------------

Matt and I agreed that a reasonable solution would be to remove the slogan from the image and make it HTML code. To achieve a similar result of the image, use the following code:

HTML

<div class="AdImageLeft">
    <p class="slogan">Everything you need for your Web applications</p>
    <div class="AdImageRight">
    </div>
</div>

CSS

.slogan {
	position: absolute; 
	font-size: 25px;
	line-height: 29px;  
	font-weight: 100; 
	left: 74px; 
	top: 248px; 
	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;
}
                
> 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: Gabriel Cardoso
>         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


More information about the gatein-issues mailing list