I think that's a good idea. Until the first release is out I feel that there isn't much more I can contribute in mockups and designs, so I'll have a look at more of the CSS next week in order to match it better.
- Joe On 13 April 2012 14:22, Gary <[email protected]> wrote: > Hi, > > I don't want to prematurely make everything lovely when there are other > priorities but the admin page for plugins does annoy me because of the > missing folding. > > Can I suggest that we add the following to the bloodhound.css which is just > copying a few of the rules almost directly from the trac.css file (trac.css > itself is not loaded in the current version of the theme): > > /* Section folding */ > .foldable :link, .foldable :visited { > background: url(../common/expanded.png) 0 50% no-repeat; > border: none; > padding-left: 16px; > } > .collapsed > .foldable :link, .collapsed > .foldable :visited { > background-image: url("../common/collapsed.png"); > } > .collapsed > div, .collapsed > table, .collapsed > ul, .collapsed > > dl { display: none } > > > Cheers, > Gary
