Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #32395, comment 1


Ignore:
Timestamp:
05/14/2015 03:20:04 PM (10 years ago)
Author:
helen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32395, comment 1

    initial v1  
    1 The attached screenshot is still my proposal, from experiments on #18198 back in 2011. I am not married to this and it reflects an old admin design; other strategies and thoughts more than welcome. We'll be discussing this in weekly meetings beginning later today as well.
     1The attached screenshot is still my proposal, from experiments on #18198 back in 2011. The essence of the technical method is to set table cells to `display: block`, add a data attribute on cells and use `:before` with CSS `attr()` (we could also do this in JS, but it's actually a fairly well-supported CSS function), add a JS expand/collapse toggle, and do some other styling. I am not married to this and it reflects an old admin design; other strategies and thoughts more than welcome. We'll be discussing this in weekly meetings beginning later today as well.