Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-1385

invalid CSS in calendar themes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Duplicate
    • None
    • None
    • Calendar
    • None

    Description

      The theme CSS files for inputCalendar contain invalid CSS which some browsers complain about (eg Firefox 3). The invalid lines are:
      WH/theme.css line 5
      WH/theme.css line 47
      DB/theme.css line 5
      DB/theme.css line 52

      In all cases the invalid CSS is border-width: 1;
      It probably means 1px. Some browsers assume px if the units are missing, but this is not valid CSS (units are not optional unless the amount is 0) and clutters up the error log on browsers which attempt to be CSS compliant.

      The fix is to change "1" to "1px" on all four lines.

      Attachments

        Issue Links

          Activity

            People

              lu4242 Leonardo Uribe
              jon_harley Jon Harley
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: