Skip to content

Commit 6bab139

Browse files
committed
Minor CSS tweaks and made font sizes bigger
1 parent 80d5a70 commit 6bab139

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

0 commit comments

Comments
 (0)