From 2d53698134333d3ba7d4725e57d001d12cbf8109 Mon Sep 17 00:00:00 2001 From: Lee McDermott Date: Thu, 17 Jan 2013 01:00:06 +0000 Subject: [PATCH] Make last toolbar info box right-aligned --- .../Resources/views/Profiler/toolbar.css.twig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig index 66d055781b..f89dcafbde 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig @@ -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; }