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
@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.