File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 97
97
/* provide a bigger clickable area than just 10x10px */
98
98
width : 16px ;
99
99
height : 16px ;
100
- /* vertically center the button */
101
- position : absolute ;
102
- top : 50% ;
103
- margin-top : -8px ;
104
100
margin-left : -18px ;
105
101
}
106
102
.tree .toggle-icon {
110
106
margin-left : 3px ;
111
107
margin-top : 3px ;
112
108
background-size : 10px 20px ;
113
- background-color : #ccc ;
109
+ background-color : #AAA ;
114
110
}
115
111
.tree .toggle-icon.empty {
116
112
width : 10px ;
437
433
<div class =" toggle-icon empty" ></div >
438
434
{% endif %}
439
435
440
- {{ name | default (' (no name)' ) }} {% if data .type_class is defined and data .type is defined %}[<abbr title =" {{ data .type_class }}" >{{ data .type }}</abbr >]{% endif %}
436
+ {{ name | default (' (no name)' ) }} {% if data .type_class is defined and data .type is defined %}[<abbr title =" {{ data .type_class }}" >{{ data .type | split ( ' \\ ' ) | last }}</abbr >]{% endif %}
441
437
442
438
{% if data .errors is defined and data .errors | length > 0 %}
443
439
<div class =" badge-error" >{{ data .errors | length }}</div >
You can’t perform that action at this time.
0 commit comments