Fixed a minor markup error that broke the toolbar

This commit is contained in:
Javier Eguiluz 2015-07-08 10:38:08 +02:00
parent 64b8f38ddf
commit 2735346308
2 changed files with 4 additions and 1 deletions

View File

@ -89,6 +89,9 @@
margin-left: 0;
margin-right: 0;
}
.sf-toolbar-block-config svg {
padding-right: 4px;
}
.sf-toolbar-block-time {
margin-right: 0;
}

View File

@ -1,5 +1,5 @@
<div class="sf-toolbar-block sf-toolbar-block-{{ name }} sf-toolbar-status-{{ status|default('normal') }}">
{% if link %}<a href="{{ path('_profiler', { token: token, panel: name }) }}"{% endif %}
{% if link %}<a href="{{ path('_profiler', { token: token, panel: name }) }}">{% endif %}
<div class="sf-toolbar-icon">{{ icon|default('') }}</div>
<div class="sf-toolbar-info">{{ text|default('') }}</div>
{% if link %}</a>{% endif %}