#14931 closed enhancement (duplicate)
try to make themes look consistent when border-box is applied
Reported by: | ben hockey | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | Dijit - LnF | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
http://paulirish.com/2012/box-sizing-border-box-ftw/ encourages the use of border-box by applying the following style
* { -moz-box-sizing: border-box; box-sizing: border-box; }
border-box is a more intuitive box model and so i can see that its likely developers will follow this advice.
if you look at themeTester with this setting, you'll see that the widgets are affected by this. we should look into seeing what we can do about it. we might even find that it could be possible to leverage border-box.
Change History (5)
comment:1 Changed 9 years ago by
comment:2 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|
comment:3 Changed 8 years ago by
Amazingly it works pretty well (at least in trunk). I see layout problems for:
- TabContainer scrolling buttons
- space to the left and right of tabs; can be seen clearly by clicking on a dark color on the ColorPicker in the accordion
- slight problem with up/down arrow buttons on NumberSpinner
comment:4 Changed 8 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
See also #15104, I'm guessing that blocks this ticket but not sure.