File tree 1 file changed +10
-7
lines changed
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 47
47
}
48
48
.tree .tree-inner {
49
49
width : 100% ;
50
- padding : 5px 7px ;
50
+ padding : 5px 7px 5 px 22 px ;
51
51
border-radius : 6px ;
52
52
color : #313131 ;
53
53
cursor : pointer ;
54
+ position : relative ;
54
55
55
56
-webkit-box-sizing : border-box ;
56
57
-moz-box-sizing : border-box ;
62
63
.tree .toggle-button {
63
64
width : 10px ;
64
65
height : 10px ;
65
- background : none ;
66
- border : none ;
66
+ position : absolute ;
67
+ top : 50% ;
68
+ margin-top : -5px ;
69
+ margin-left : -15px ;
67
70
}
68
71
.tree ul ul .tree-inner {
69
- padding-left : 22 px ;
72
+ padding-left : 37 px ;
70
73
}
71
74
.tree ul ul ul .tree-inner {
72
- padding-left : 37 px ;
75
+ padding-left : 52 px ;
73
76
}
74
77
.tree ul ul ul ul .tree-inner {
75
- padding-left : 52 px ;
78
+ padding-left : 67 px ;
76
79
}
77
80
.tree ul ul ul ul ul .tree-inner {
78
- padding-left : 67 px ;
81
+ padding-left : 82 px ;
79
82
}
80
83
.tree .tree-inner :hover {
81
84
background : #dfdfdf ;
You can’t perform that action at this time.
0 commit comments