merged branch pborreli/profiler-pixel (PR #4969)

Commits
-------

3bb975c [WebProfilerBundle] Fixed white pixel in toolbar info

Discussion
----------

[WebProfilerBundle] Fixed white pixel in toolbar info

Fixed this ![white pixel](http://www7.pic-upload.de/18.07.12/l7ve9xrevwc.png)

Tested on IE9/FF/Chrome
This commit is contained in:
Fabien Potencier 2012-07-18 19:56:21 +02:00
commit f53c4ba1e5

View File

@ -86,7 +86,7 @@
margin-left: -1px; margin-left: -1px;
bottom: 38px; bottom: 38px;
border-bottom: 1px solid #fff; border-bottom-width: 0;
} }
.sf-toolbar-block .sf-toolbar-info:empty { .sf-toolbar-block .sf-toolbar-info:empty {
@ -216,9 +216,9 @@
} }
.sf-toolbar-block .sf-toolbar-info { .sf-toolbar-block .sf-toolbar-info {
top: 38px; top: 39px;
bottom: auto; bottom: auto;
border-top: 1px solid #fff; border-top-width: 0;
border-bottom: 1px solid #bbb; border-bottom: 1px solid #bbb;
} }
{% endif %} {% endif %}