Skip to content

Commit 9e38a8a

Browse files
committed
Minor CSS tweaks and made font sizes bigger
1 parent 0dfcb60 commit 9e38a8a

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,17 @@
2626
{% if collector.tokenClass != null %}
2727
<div class="sf-toolbar-info-piece">
2828
<b>Token class</b>
29-
{{ collector.tokenClass|abbr_class }}
29+
<span>{{ collector.tokenClass|abbr_class }}</span>
3030
</div>
3131
{% endif %}
3232
{% elseif collector.enabled %}
33-
You are not authenticated.
33+
<div class="sf-toolbar-info-piece">
34+
<span>You are not authenticated.</span>
35+
</div>
3436
{% else %}
35-
The security is disabled.
37+
<div class="sf-toolbar-info-piece">
38+
<span>The security is disabled.</span>
39+
</div>
3640
{% endif %}
3741
{% endset %}
3842

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -133,27 +133,15 @@
133133
.sf-toolbar-block .sf-toolbar-info-piece b {
134134
color: #AAA;
135135
display: table-cell;
136-
font-size: 11px;
136+
font-size: 12px;
137137
padding: 4px 8px 4px 4px;
138138
}
139139
.sf-toolbar-block .sf-toolbar-info-piece span {
140140

141141
}
142-
.sf-toolbar-block .sf-toolbar-info-piece span,
143-
.sf-toolbar-block .sf-toolbar-info-piece abbr {
142+
.sf-toolbar-block .sf-toolbar-info-piece span {
144143
color: #F5F5F5;
145-
font-size: 12px;
146-
}
147-
148-
.sf-toolbar-block .sf-toolbar-info-with-next-pointer:after {
149-
content: ' :: ';
150-
color: #999;
151-
}
152-
153-
.sf-toolbar-block .sf-toolbar-info-with-delimiter {
154-
border-right: 1px solid #999;
155-
padding-right: 5px;
156-
margin-right: 5px;
144+
font-size: 13px;
157145
}
158146

159147
.sf-toolbar-block .sf-toolbar-info {
@@ -279,7 +267,9 @@
279267
overflow: hidden;
280268
overflow-y: auto;
281269
}
282-
270+
.sf-toolbar-block-request:hover .sf-toolbar-info {
271+
max-width: none;
272+
}
283273
.sf-toolbar-info-piece b.sf-toolbar-ajax-info {
284274
color: #F5F5F5;
285275
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy