[WebProfilerBundle] Fix margin on toolbar route panel.

When no route was found (404) then the route panel margin would cause
unnecessary space between the status panel and the response time panel.
This commit is contained in:
James Halsall 2016-09-01 09:43:05 +01:00
parent 0cd5f13615
commit 7fdffd1c15
No known key found for this signature in database
GPG Key ID: B3005CE0CF2FB2CF

View File

@ -461,8 +461,11 @@
padding-left: 0;
padding-right: 0;
}
.sf-toolbar-block-request .sf-toolbar-status {
margin-right: 5px;
.sf-toolbar-block-request .sf-toolbar-label {
margin-left: 5px;
}
.sf-toolbar-block-request .sf-toolbar-status + svg {
margin-left: 5px;
}
.sf-toolbar-block-request .sf-toolbar-icon svg + .sf-toolbar-label {
margin-left: 0;