Opened 14 years ago
Closed 14 years ago
#6326 closed defect (fixed)
Form demo / themeTester: font sizes unequal
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - LnF | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
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 (3)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [13447]) Make themeTester.html have enabled and disabled versions of all the form widgets. Refs #6152, #6574, #6087
Also removed class="medium" affecting sizes on themeTester. Refs #6326.
And did some general cleanup/refactoring of tabs.