Uploaded image for project: 'MyFaces Trinidad'
  1. MyFaces Trinidad
  2. TRINIDAD-1995

typo in base-desktop.css @locales should be @locale

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0-beta-1
    • Skinning
    • None

    Description

      @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"); }

      } } }

      Attachments

        Activity

          People

            jeanne.waldman@oracle.com Jeanne Waldman
            jeanne.waldman@oracle.com Jeanne Waldman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: