Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0ff2632

Browse files
webmozartfabpot
authored andcommitted
Moved toggle icon behind the headlines in the form debugger
1 parent8ba8db2 commit0ff2632

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-detailsh3 {
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
<divclass="errors">
367366
<h3>
368367
<aclass="toggle-button"data-toggle-target-id="{{data.id }}-errors"href="#">
369-
<spanclass="toggle-icon"></span>
370368
Errors
369+
<spanclass="toggle-icon"></span>
371370
</a>
372371
</h3>
373372

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

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

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

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

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp