8000 Moved toggle icon behind the headlines in the form debugger · symfony/symfony@0ff2632 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ff2632

Browse files
webmozartfabpot
authored andcommitted
Moved toggle icon behind the headlines in the form debugger
1 parent 8ba8db2 commit 0ff2632

File tree

1 file changed

+7
-8
lines changed
  • src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector

1 file changed

+7
-8
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
}
120120
.tree-details h3 {
121121
position: relative;
122-
padding-left: 22px;
123122
}
124123
.tree-details .toggle-icon {
125124
width: 16px;
@@ -128,7 +127,7 @@
128127
position: absolute;
129128
top: 50%;
130129
margin-top: -9px;
131-
margin-left: -22px;
130+
margin-left: 6px;
132131
}
133132
.form-type {
134133
color: #999999;
@@ -366,8 +365,8 @@
366365
<div class="errors">
367366
<h3>
368367
<a class="toggle-button" data-toggle-target-id="{{ data.id }}-errors" href="#">
369-
<span class="toggle-icon"></span>
370368
Errors
369+
<span class="toggle-icon"></span>
371370
</a>
372371
</h3>
373372

@@ -389,8 +388,8 @@
389388
{% if data.default_data is defined %}
390389
<h3>
391390
<a class="toggle-button" data-toggle-target-id="{{ data.id }}-default_data" href="#">
392-
<span class="toggle-icon"></span>
393391
Default Data
392+
<span class="toggle-icon"></span>
394393
</a>
395394
</h3>
396395

@@ -427,8 +426,8 @@
427426
{% if data.submitted_data is defined %}
428427
<h3>
429428
<a class="toggle-button" data-toggle-target-id="{{ data.id }}-submitted_data" href="#">
430-
<span class="toggle-icon"></span>
431429
Submitted Data
430+
<span class="toggle-icon"></span>
432431
</a>
433432
</h3>
434433

@@ -469,8 +468,8 @@
469468
{% if data.passed_options is defined %}
470469
<h3>
471470
<a class="toggle-button" data-toggle-target-id="{{ data.id }}-passed_options" href="#">
472-
<span class="toggle-icon"></span>
473471
Passed Options
472+
<span class="toggle-icon"></span>
474473
</a>
475474
</h3>
476475

@@ -505,8 +504,8 @@
505504
{% if data.resolved_options is defined %}
506505
<h3>
507506
<a class="toggle-button" data-toggle-target-id="{{ data.id }}-resolved_options" href="#">
508-
<span class="toggle-icon"></span>
509507
Resolved Options
508+
<span class="toggle-icon"></span>
510509
</a>
511510
</h3>
512511

@@ -529,8 +528,8 @@
529528
{% if data.view_vars is defined %}
530529
<h3>
531530
<a class="toggle-button" data-toggle-target-id="{{ data.id }}-view_vars" href="#">
532-
<span class="toggle-icon"></span>
533531
View Variables
532+
<span class="toggle-icon"></span>
534533
</a>
535534
</h3>
536535

0 commit comments

Comments
< 30F5 span class="prc-VisuallyHidden-VisuallyHidden-UNWQp"> (0)
0