aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lwtrace/mon/static/css/jquery.treegrid.css
blob: 068cfdc1349a85f7a66bde4db1dba6c0d28db6af (plain) (blame)
1
2
3
4
5
6
7
8
.treegrid-indent {width:16px; height: 16px; display: inline-block; position: relative;} 
.treegrid-expander {width:16px; height: 16px; display: inline-block; position: relative; cursor: pointer;} 
.treegrid-expander-expanded{background-image: url(../img/collapse.png); } 
.treegrid-expander-collapsed{background-image: url(../img/expand.png);} 
 
.treegrid-element {white-space: unset;} 
 
.timelinehead {width:30vw;}