Thus said Joel Bruick on Mon, 06 Jan 2014 18:50:57 -0500:

> And... done. For added convenience, you can also expand/collapse every
> subdirectory at once by clicking the root directory.

I wonder if  it would be a  good idea to change the  class for tree-view
directories from ``dir'' to ``treedir''  so different CSS can be applied
to the different modes of viewing the files?

At  the moment,  I use  the  following CSS  to put  a  / at  the end  of
directories  for  the  flat-view,  but  it  conflicts  a  bit  with  the
tree-view:

li.dir:after {
    content: '/';
}

Other than this, it looks better and works well.

Thanks,

Andy
-- 
TAI64 timestamp: 4000000052cb69d5


_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to