You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jeanne Waldman (JIRA)" <de...@myfaces.apache.org> on 2011/01/05 21:03:08 UTC

[jira] Resolved: (TRINIDAD-1995) typo in base-desktop.css @locales should be @locale

     [ https://issues.apache.org/jira/browse/TRINIDAD-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeanne Waldman resolved TRINIDAD-1995.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0.3-core

> typo in base-desktop.css @locales should be @locale
> ---------------------------------------------------
>
>                 Key: TRINIDAD-1995
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1995
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>            Reporter: Jeanne Waldman
>            Assignee: Jeanne Waldman
>             Fix For: 2.0.0.3-core
>
>
> @locales is a typo. It should be @locale
> There are two places in base-desktop.css where this should be fixed.
> /** But: in CJK, IE is having some bad problems with sizing lists
>   and choices correctly - this is bug 2440402.  For the two styles
>   that are relevant here, work around the problem using size 100%.  That's
>   not perfect, since it'll make these resolve relative to their
>   container, but it seems to work well in practice. **/
> @platform windows, ppc {
>   @agent ie {
>     @locales ja, zh, ko {
>   .AFFieldText {
>     font-size: 100%;
>   }
>   .AFFieldTextDisabled {
>     font-size: 100%;
>   }
> } } }
> and 
> /** And on Thai Gecko - see bug 3897341 - bump the font size up **/
> @platform windows, linux {
>   @agent gecko {
>     @locales th {
>   .AFDefaultFontFamily:alias {
>     font-family: Browallia New,Arial,Helvetica,Geneva,sans-serif;
>     font-size: 16pt;
>   }
>   .AFDefaultFont:alias {
>     -tr-rule-ref: selector(".AFDefaultFontFamily:alias");
>   }
> } } }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.