Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11678, comment 2


Ignore:
Timestamp:
Jul 15, 2014, 9:03:26 PM (10 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11678, comment 2

    initial v1  
    1 Another issue to fix is that [browser:/trunk/trac/htdocs/css/trac.css@12922:84#L82 this rule] doesn't work well with `box-sizing: border-box`. For example, on the report edit page after #11106, the `input` and `textarea` are shifted slightly to the right. I think we can add a `trac-fullwidth` class for `textarea`s that has `width: 100%`, `box-sizing: border-box`, `margin-left: 0`, `padding: 2px` (and possibly other rules). Also, I think comment:20:ticket:11106 will be made irrelevant by these changes.
     1Another issue to fix is that [browser:/trunk/trac/htdocs/css/trac.css@12922:84#L82 this rule] doesn't work well with `box-sizing: border-box`. For example, on the report edit page after #11106, the `input` and `textarea` are shifted slightly to the right. I think we can add a `trac-fullwidth` class for `textarea`s and `input`s that has `width: 100%`, `box-sizing: border-box`, `margin-left: 0` (and possibly other rules). Also, I think comment:20:ticket:11106 will be made irrelevant by these changes.
    22
    33I will push the changes in #11499 before proposing these additional changes though.