#6645 closed task (fixed)
TimeTextBox: make default narrower
Reported by: | bill | Owned by: | nathan |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - LnF | Version: | 1.1.0 |
Keywords: | ibm | Cc: | |
Blocked By: | Blocking: |
Description
I guess the suggestion here is to make the default width of a TimeTextBox? narrower by 25-30px; only needs to be wide enough to hold the text of the time (although that may vary a little bit by locale, and also by browser font-size, so should be specified in em).
Taken from IBM Design Leadership recommendations.
Change History (4)
comment:1 Changed 13 years ago by
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [13463]) fixes #6645: updated test cases to not have custom "medium" class set - and modified dijit.form._DateTimeTextBox to allow for an optional "additionalClass" - which DateTextBox? and TimeTextBox? define for custom styling. Also added the custom styling for TimeTextBox? (.dijitTimeTextBox) !strict
comment:4 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
PS: noticed the test_TimeTextBox.html defines a custom width for the text boxes which may be the problem (or part of it). That should be removed.