Ticket #6326 (closed defect: fixed)
Form demo / themeTester: font sizes unequal
| Reported by: | bill | Owned by: | bill |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Dijit - LnF | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by bill) (diff)
form.html demo and themeTester.html have unequal sizes for the fonts of the input widgets. Same for many of the tests.
This is due to [11765], which added
body .medium {
font-size: larger; /* help test widget sizing */
}
to dijitTests.css.
It's good for testing but messes up the demos. Should either:
- remove that rule
- don't include dijitTests.css into the demos (but then couldn't switch themes automatically)
- etc.
Change History
Note: See
TracTickets for help on using
tickets.