8000 replace _ in stylesheets (ids and classes) by - (should be consistent… · symfony/symfony@812b9b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 812b9b1

Browse files
committed
replace _ in stylesheets (ids and classes) by - (should be consistent across the whole framework now)
1 parent 983b2b5 commit 812b9b1

File tree

16 files changed

+122
-122
lines changed

16 files changed

+122
-122
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/public/css/exception.css

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ build: 56
8989
margin: 10px 0 20px;
9090
}
9191
.sf-reset .block,
92-
.sf-reset .block_exception {
92+
.sf-reset .block-exception {
9393
-moz-border-radius: 16px;
9494
-webkit-border-radius: 16px;
9595
border-radius: 16px;
@@ -100,44 +100,44 @@ build: 56
100100
border: 1px solid #dfdfdf;
101101
padding: 40px 50px;
102102
}
103-
.sf-reset .block_exception {
103+
.sf-reset .block-exception {
104104
background-color: #f6f6f6;
105105
border: 1px solid #dfdfdf;
106106
padding: 30px 28px;
107107
}
108-
.sf-reset .block_exception div {
108+
.sf-reset .block-exception div {
109109
color: #313131;
110110
font-size: 10px;
111111
}
112-
.sf-reset .block_exception_detected .illustration_exception,
113-
.sf-reset .block_exception_detected .text_exception {
112+
.sf-reset .block-exception-detected .illustration-exception,
113+
.sf-reset .block-exception-detected .text-exception {
114114
float: left;
115115
}
116-
.sf-reset .block_exception_detected .illustration_exception {
116+
.sf-reset .block-exception-detected .illustration-exception {
117117
width: 152px;
118118
}
119-
.sf-reset .block_exception_detected .text_exception {
119+
.sf-reset .block-exception-detected .text-exception {
120120
width: 670px;
121121
padding: 30px 44px 24px 46px;
122122
position: relative;
123123
}
124-
.sf-reset .text_exception .open_quote,
125-
.sf-reset .text_exception .close_quote {
124+
.sf-reset .text-exception .open-quote,
125+
.sf-reset .text-exception .close-quote {
126126
position: absolute;
127127
}
128-
.sf-reset .open_quote {
128+
.sf-reset .open-quote {
129129
top: 0;
130130
left: 0;
131131
}
132-
.sf-reset .close_quote {
132+
.sf-reset .close-quote {
133133
bottom: 0;
134134
right: 50px;
135135
}
136-
.sf-reset .block_exception p {
136+
.sf-reset .block-exception p {
137137
font-family: Arial, Helvetica, sans-serif;
138138
}
139-
.sf-reset .block_exception p a,
140-
.sf-reset .block_exception p a:hover {
139+
.sf-reset .block-exception p a,
140+
.sf-reset .block-exception p a:hover {
141141
color: #565656;
142142
}
143143
.sf-reset h2 {
@@ -159,12 +159,12 @@ build: 56
159159
float: left;
160160
width: 654px;
161161
}
162-
.sf-reset .error_count {
162+
.sf-reset .error-count {
163163
float: right;
164164
width: 170px;
165165
text-align: right;
166166
}
167-
.sf-reset .error_count span {
167+
.sf-reset .error-count span {
168168
display: inline-block;
169169
background-color: #aacd4e;
170170
-moz-border-radius: 6px;
@@ -183,7 +183,7 @@ build: 56
183183
.sf-reset .linked li {
184184
display: inline;
185185
}
186-
.sf-reset #output_content {
186+
.sf-reset #output-content {
187187
color: #000;
188188
font-size: 12px;
189189
}

src/Symfony/Bundle/FrameworkBundle/Resources/public/css/exception_layout.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,26 @@ img {
1717
font-size: 0;
1818
line-height: 0;
1919
}
20-
.clear_fix:after {
20+
.clear-fix:after {
2121
content: "\0020";
2222
display: block;
2323
height: 0;
2424
clear: both;
2525
visibility: hidden;
2626
}
27-
.clear_fix {
27+
.clear-fix {
2828
display: inline-block;
2929
}
30-
* html .clear_fix {
30+
* html .clear-fix {
3131
height: 1%;
3232
}
33-
.clear_fix {
33+
.clear-fix {
3434
display: block;
3535
}
3636
.header {
3737
padding: 30px 30px 20px 30px;
3838
}
39-
.header_logo {
39+
.header-logo {
4040
float: left;
4141
}
4242
.search {
@@ -117,4 +117,4 @@ pre {
117117
pre.xdebug-var-dump{
118118
white-space: pre;
119119
font-family: monospace;
120-
}
120+
}

src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.html.twig

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<div class="sf-reset">
22

3-
<div class="block_exception">
4-
<div class="block_exception_detected clear_fix">
5-
<div class="illustration_exception">
3+
<div class="block-exception">
4+
<div class="block-exception-detected clear-fix">
5+
<div class="illustration-exception">
66
<img alt="Exception detected!" src="{{ asset('bundles/framework/images/exception_detected.png') }}"/>
77
</div>
8-
<div class="text_exception">
8+
<div class="text-exception">
99

10-
<div class="open_quote">
10+
<div class="open-quote">
1111
<img alt="" src="{{ asset('bundles/framework/images/open_quote.gif') }}"/>
1212
</div>
1313

@@ -25,14 +25,14 @@
2525
<ul>
2626
{% for i, previous in exception.allPrevious %}
2727
<li>
28-
{{ previous.class|abbr_class }} <a href="#traces_link_{{ i + 1 }}" onclick="toggle('traces_{{ i + 1 }}', 'traces'); switchIcons('icon_traces_{{ i + 1 }}_open', 'icon_traces_{{ i + 1 }}_close');">&#187;</a>
28+
{{ previous.class|abbr_class }} <a href="#traces-link-{{ i + 1 }}" onclick="toggle('traces-{{ i + 1 }}', 'traces'); switchIcons('icon-traces-{{ i + 1 }}-open', 'icon-traces-{{ i + 1 }}-close');">&#187;</a>
2929
</li>
3030
{% endfor %}
3131
</ul>
3232
</div>
3333
{% endif %}
3434

35-
<div class="close_quote">
35+
<div class="close-quote">
3636
<img alt="" src="{{ asset('bundles/framework/images/close_quote.gif') }}"/>
3737
</div>
3838

@@ -46,19 +46,19 @@
4646

4747
{% if logger %}
4848
<div class="block">
49-
<div class="logs clear_fix">
49+
<div class="logs clear-fix">
5050
{% spaceless %}
5151
<h2>
5252
Logs&nbsp;
53-
<a href="#" onclick="toggle('logs'); switchIcons('icon_logs_open', 'icon_logs_close'); return false;">
54-
<img class="toggle" id="icon_logs_open" alt="+" src="{{ asset('bundles/framework/images/blue_picto_more.gif') }}" style="visibility: hidden" />
55-
<img class="toggle" id="icon_logs_close" alt="-" src="{{ asset('bundles/framework/images/blue_picto_less.gif') }}" style="visibility: visible; margin-left: -18px" />
53+
<a href="#" onclick="toggle('logs'); switchIcons('icon-logs-open', 'icon-logs-close'); return false;">
54+
<img class="toggle" id="icon-logs-open" alt="+" src="{{ asset('bundles/framework/images/blue_picto_more.gif') }}" style="visibility: hidden" />
55+
<img class="toggle" id="icon-logs-close" alt="-" src="{{ asset('bundles/framework/images/blue_picto_less.gif') }}" style="visibility: visible; margin-left: -18px" />
5656
</a>
5757
</h2>
5858
{% endspaceless %}
5959

6060
{% if logger.counterrors %}
61-
<div class="error_count">
61+
<div class="error-count">
6262
<span>
6363
{{ logger.counterrors }} error{{ logger.counterrors > 1 ? 's' : ''}}
6464
</span>
@@ -79,14 +79,14 @@
7979
{% spaceless %}
8080
<h2>
8181
Content of the Output&nbsp;
82-
<a href="#" onclick="toggle('output_content'); switchIcons('icon_content_open', 'icon_content_close'); return false;">
83-
<img class="toggle" id="icon_content_close" alt="-" src="{{ asset('bundles/framework/images/blue_picto_less.gif') }}" style="visibility: hidden" />
84-
<img class="toggle" id="icon_content_open" alt="+" src="{{ asset('bundles/framework/images/blue_picto_more.gif') }}" style="visibility: visible; margin-left: -18px" />
82+
<a href="#" onclick="toggle('output-content'); switchIcons('icon-content-open', 'icon-content-close'); return false;">
83+
<img class="toggle" id="icon-content-close" alt="-" src="{{ asset('bundles/framework/images/blue_picto_less.gif') }}" style="visibility: hidden" />
84+
<img class="toggle" id="icon-content-open" alt="+" src="{{ asset('bundles/framework/images/blue_picto_more.gif') }}" style="visibility: visible; margin-left: -18px" />
8585
</a>
8686
</h2>
8787
{% endspaceless %}
8888

89-
<div id="output_content" style="display: none">
89+
<div id="output-content" style="display: none">
9090
{{ currentContent }}
9191
</div>
9292

src/Symfony/Bundle/TwigBundle/Resources/views/Exception/trace.html.twig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
{{ trace.function ? '<br />' : '' }}
1212
in {{ trace.file|format_file(trace.line) }}&nbsp;
1313
{% spaceless %}
14-
<a href="#" onclick="toggle('trace_{{ prefix ~ '_' ~ i }}'); switchIcons('icon_{{ prefix ~ '_' ~ i }}_open', 'icon_{{ prefix ~ '_' ~ i }}_close'); return false;">
15-
<img class="toggle" id="icon_{{ prefix ~ '_' ~ i }}_close" alt="-" src="{{ asset('bundles/framework/images/blue_picto_less.gif') }}" style="visibility: {{ 0 == i ? 'display' : 'hidden' }}" />
16-
<img class="toggle" id="icon_{{ prefix ~ '_' ~ i }}_open" alt="+" src="{{ asset('bundles/framework/images/blue_picto_more.gif') }}" style="visibility: {{ 0 == i ? 'hidden' : 'display' }}; margin-left: -18px" />
14+
<a href="#" onclick="toggle('trace-{{ prefix ~ '-' ~ i }}'); switchIcons('icon-{{ prefix ~ '-' ~ i }}-open', 'icon-{{ prefix ~ '-' ~ i }}-close'); return false;">
15+
<img class="toggle" id="icon-{{ prefix ~ '-' ~ i }}-close" alt="-" src="{{ asset('bundles/framework/images/blue_picto_less.gif') }}" style="visibility: {{ 0 == i ? 'display' : 'hidden' }}" />
16+
<img class="toggle" id="icon-{{ prefix ~ '-' ~ i }}-open" alt="+" src="{{ asset('bundles/framework/images/blue_picto_more.gif') }}" style="visibility: {{ 0 == i ? 'hidden' : 'display' }}; margin-left: -18px" />
1717
</a>
1818
{% endspaceless %}
19-
<div id="trace_{{ prefix ~ '_' ~ i }}" style="display: {{ 0 == i ? 'block' : 'none' }}" class="trace">
19+
<div id="trace-{{ prefix ~ '-' ~ i }}" style="display: {{ 0 == i ? 'block' : 'none' }}" class="trace">
2020
{{ trace.file|file_excerpt(trace.line) }}
2121
</div>
2222
{% endif %}

src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces.html.twig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
<span><small>[{{ count - position + 1 }}/{{ count + 1 }}]</small></span>
55
{{ exception.class|abbr_class }}: {{ exception.message|nl2br|format_file_from_text }}&nbsp;
66
{% spaceless %}
7-
<a href="#" onclick="toggle('traces_{{ position }}', 'traces'); switchIcons('icon_traces_{{ position }}_open', 'icon_traces_{{ position }}_close'); return false;">
8-
<img class="toggle" id="icon_traces_{{ position }}_close" alt="-" src="{{ asset('bundles/framework/images/blue_picto_less.gif') }}" style="visibility: {{ 0 == count ? 'display' : 'hidden' }}" />
9-
<img class="toggle" id="icon_traces_{{ position }}_open" alt="+" src="{{ asset('bundles/framework/images/blue_picto_more.gif') }}" style="visibility: {{ 0 == count ? 'hidden' : 'display' }}; margin-left: -18px" />
7+
<a href="#" onclick="toggle('traces-{{ position }}', 'traces'); switchIcons('icon-traces-{{ position }}-open', 'icon-traces-{{ position }}-close'); return false;">
8+
<img class="toggle" id="icon-traces-{{ position }}-close" alt="-" src="{{ asset('bundles/framework/images/blue_picto_less.gif') }}" style="visibility: {{ 0 == count ? 'display' : 'hidden' }}" />
9+
<img class="toggle" id="icon-traces-{{ position }}-open" alt="+" src="{{ asset('bundles/framework/images/blue_picto_more.gif') }}" style="visibility: {{ 0 == count ? 'hidden' : 'display' }}; margin-left: -18px" />
1010
</a>
1111
{% endspaceless %}
1212
</h2>
1313
{% else %}
1414
<h2>Stack Trace</h2>
1515
{% endif %}
1616

17-
<a id="traces_link_{{ position }}"></a>
18-
<ol class="traces list_exception" id="traces_{{ position }}" style="display: {{ 0 == count ? 'block' : 'none' }}">
17+
<a id="traces-link-{{ position }}"></a>
18+
<ol class="traces list-exception" id="traces-{{ position }}" style="display: {{ 0 == count ? 'block' : 'none' }}">
1919
{% for i, trace in exception.trace %}
2020
<li>
2121
{% include 'TwigBundle:Exception:trace.html.twig' with { 'prefix': position, 'i': i, 'trace': trace } only %}

src/Symfony/Bundle/TwigBundle/Resources/views/layout.html.twig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@
99
</head>
1010
<body>
1111
<div id="content">
12-
<div class="header clear_fix">
13-
<div class="header_logo">
12+
<div class="header clear-fix">
13+
<div class="header-logo">
1414
<img src="{{ asset('bundles/framework/images/logo_symfony.png') }}" alt="Symfony" />
1515
</div>
1616

1717
<div class="search">
1818
<form method="get" action="http://symfony.com/search">
19-
<div class="form_row">
19+
<div class="form-row">
2020

21-
<label for="search_id">
21+
<label for="search-id">
2222
<img src="{{ asset('bundles/framework/images/grey_magnifier.png') }}" alt="Search on Symfony website" />
2323
</label>
2424

25-
<input name="q" id="search_id" type="search" placeholder="Search on Symfony website" />
25+
<input name="q" id="search-id" type="search" placeholder="Search on Symfony website" />
2626

2727
<button type="submit">
28-
<span class="border_l">
29-
<span class="border_r">
30-
<span class="btn_bg">OK</span>
28+
<span class="border-l">
29+
<span class="border-r">
30+
<span class="btn-bg">OK</span>
3131
</span>
3232
</span>
3333
</button>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
*/
167167
function getContainerWidth()
168168
{
169-
return query('#collector_content h2').clientWidth;
169+
return query('#collector-content h2').clientWidth;
170170
}
171171
172172
/**

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/admin.html.twig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
&#187;&#160;<label for="file">Import</label><br />
1717
<input type="file" name="file" id="file" /><br />
1818
<button type="submit">
19-
<span class="border_l">
20-
<span class="border_r">
21-
<span class="btn_bg">UPLOAD</span>
19+
<span class="border-l">
20+
<span class="border-r">
21+
<span class="btn-bg">UPLOAD</span>
2222
</span>
2323
</span>
2424
</button>
25-
<div class="clear_fix"></div>
25+
<div class="clear-fix"></div>
2626
</form>
2727
</div>

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/header.html.twig

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
<div id="header" class="clear_fix">
1+
<div id="header" class="clear-fix">
22
<h1>
33
<img src="data:image/png;base64,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" alt="Symfony profiler"/>
44
</h1>
55

66
<div class="search">
77
<form method="get" action="http://symfony.com/search" target="_blank">
8-
<div class="form_row">
9-
<label for="search_id">
8+
<div class="form-row">
9+
<label for="search-id">
1010
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAABUElEQVQoz2NgAIJ29iBdD0d7X2cPb+tY2f9MDMjgP2O2hKu7vS8CBlisZUNSMJ3fxRMkXO61wm2ue6I3iB1q8Z8ZriDZFCS03fm/wX+1/xp/TBo8QPxeqf+MUAW+QIFKj/+q/wX/c/3n/i/6Qd/bx943z/Q/K1SBI1D9fKv/AhCn/Wf5L5EHdFGKw39OqAIXoPpOMziX4T9/DFBBnuN/HqhAEtCKCNf/XDA/rZRyAmrpsvrPDVUw3wrkqCiLaewg6TohX1d7X0ffs5r/OaAKfinmgt3t4ulr4+Xg4ANip3j+l/zPArNT4LNOD0pAgWCSOUIBy3+h/+pXbBa5tni0eMx23+/mB1YSYnENroT5Pw/QSOX/mkCo+l/jgo0v2KJA643s8PgAmsMBDCbu/5xALHPB2husxN9uCzsDOgAq5kAoaZVnYMCh5Ky1r88Eh/+iABM8jUk7ClYIAAAAAElFTkSuQmCC" alt="Search on Symfony website"/>
1111
</label>
1212

13-
<input name="q" id="search_id" type="search" placeholder="Search on Symfony website"/>
13+
<input name="q" id="search-id" type="search" placeholder="Search on Symfony website"/>
1414

1515
<button type="submit">
16-
<span class="border_l">
17-
<span class="border_r">
18-
<span class="btn_bg">OK</span>
16+
<span class="border-l">
17+
<span class="border-r">
18+
<span class="btn-bg">OK</span>
1919
</span>
2020
</span>
2121
</button>

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/info.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
{% include '@WebProfiler/Profiler/header.html.twig' only %}
66

77
<div id="main">
8-
<div class="clear_fix">
9-
<div id="collector_wrapper">
10-
<div id="collector_content">
8+
<div class="clear-fix">
9+
<div id="collector-wrapper">
10+
<div id="collector-content">
1111
{% block panel %}
1212
{% if about == 'purge' %}
1313
<h2>The profiler database was purged successfully</h2>

0 commit comments

Comments
 (0)
0