merged branch lmcd/wdt-right-align (PR #6768)

This PR was merged into the master branch.

Commits
-------

2d53698 Make last toolbar info box right-aligned

Discussion
----------

[WebProfilerBundle] Make last toolbar info box right-aligned

Content is less likely to go off the edge of the screen if the last box is aligned right instead of left:

![toolbar-right-align](https://f.cloud.github.com/assets/363540/73392/a88ec334-6041-11e2-8dcc-e9274c69e1d2.png)
This commit is contained in:
Fabien Potencier 2013-01-17 07:27:06 +01:00
commit e80f018877

View File

@ -132,6 +132,10 @@
border-radius: 4px 4px 0 0;
}
.sf-toolbarreset > div:last-of-type .sf-toolbar-info {
right: -1px;
}
.sf-toolbar-block .sf-toolbar-info:empty {
visibility: hidden;
}