This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/WebProfilerBundle
Fabien Potencier efabb1e9ae merged branch lmcd/wdt-shadow-fix (PR #6615)
This PR was squashed before being merged into the master branch (closes #6615).

Commits
-------

490c746 [WDT] Toolbar cleanups

Discussion
----------

[WDT] Toolbar cleanups

Ok this is ridiculously minor, but it's one of those little things that winds me up on a daily basis so I fixed it.

When you mouseover a section on the WDT, the box-shadow is blurry on the right edge.

Edit: this PR now covers a few other minor tweaks - see below.

---------------------------------------------------------------------------

by lmcd at 2013-01-09T07:41:42Z

Just pushed a couple more changes that cleanup WDT popup boxes a little bit. Again the changes are subtle, but better imo.

Before:
![box1-before](https://f.cloud.github.com/assets/363540/52807/efc2cf7e-5a2f-11e2-9c42-1f5a33d667a9.png)

After:
![box1-after](https://f.cloud.github.com/assets/363540/52808/f4929c8c-5a2f-11e2-9195-7583979d8ce9.png)

Before:
![box2-before](https://f.cloud.github.com/assets/363540/52809/f8b1752c-5a2f-11e2-8166-a602e9e80d3a.png)

After:
![box2-after](https://f.cloud.github.com/assets/363540/52812/11791ede-5a30-11e2-92d4-b35c0d7ecc6b.png)

Note: requires cross-browser testing
2013-01-16 10:29:16 +01:00
..
Controller [WebProfilerBundle] fixed wrong class name 2012-12-22 21:58:25 +01:00
DependencyInjection [WebProfileBundle] remove dependency on the DIC 2012-10-13 15:57:41 +02:00
EventListener [WebProfilerBundle] removed dependency on the templating component 2012-10-13 12:53:34 +02:00
Profiler [WebProfilerBundle] fixed wrong class name 2012-12-22 21:58:25 +01:00
Resources merged branch lmcd/wdt-shadow-fix (PR #6615) 2013-01-16 10:29:16 +01:00
Tests Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
.gitattributes Fix export-ignore on Windows 2012-11-08 10:51:48 +01:00
.gitignore [WebProfilerBundle] fixed composer.json and added missing PHPUnit configuration 2012-12-12 12:39:13 +01:00
CHANGELOG.md [WebProfilerBundle] added CHANGELOG 2012-04-26 22:50:45 +02:00
composer.json [WebProfilerBundle] fixed composer.json and added missing PHPUnit configuration 2012-12-12 12:39:13 +01:00
LICENSE updated license year 2013-01-04 17:58:00 +01:00
phpunit.xml.dist [WebProfilerBundle] added missing exclusion in phpunit.xml.dist 2012-12-13 11:03:59 +01:00
WebProfilerBundle.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00