From d1fa8cc1cc85d785b5b38d5b4f7b26e960fb9168 Mon Sep 17 00:00:00 2001 From: Joseph Bielawski Date: Sat, 17 Dec 2011 11:44:50 +0100 Subject: [PATCH] [WebProfiler] Fix some design glitches (closes #2867) --- .../Resources/public/css/profiler.css | 22 ++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css b/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css index 804b5b9e71..6236c648f0 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css @@ -72,7 +72,7 @@ fieldset { } abbr { - border-bottom: 1px dotted #000000; + border-bottom: 1px dotted #000; cursor: help; } @@ -160,6 +160,7 @@ abbr { background: #d1d1d1 url(../images/profiler/bg_submenu.gif) repeat-x 0 0; } +#navigation div:first-child, #menu_profiler li:first-child, #menu_profiler li:first-child a, #menu_profiler li:first-child a span.label { @@ -256,7 +257,7 @@ table th.value { #content #main { padding: 0; - background-color: #FFFFFF; + background-color: #FFF; border: 1px solid #dfdfdf; } @@ -319,7 +320,7 @@ td.main, td.menu { margin-right: 10px; font-size: 12px; border: 1px solid #dadada; - background: #FFFFFF url(../images/profiler/input_bg.gif) repeat-x left top; + background: #FFF url(../images/profiler/input_bg.gif) repeat-x left top; padding: 5px 6px; color: #565656; } @@ -333,10 +334,9 @@ td.main, td.menu { float: none; padding: 0; margin: 0; - border: 0 solid #000; + border: 0; text-decoration: none; cursor: pointer; - background-color: transparent; white-space: nowrap; display: inline-block; text-align: center; @@ -376,11 +376,16 @@ td.main, td.menu { background: transparent url(../images/profiler/btn_bg.png) repeat-x top left; } +#navigation div:first-child { + margin: 0 0 20px; + border-top: 0; +} + #navigation .search { padding-top: 15px; float: none; - background: none repeat scroll 0 0 #f6f6f6; - color: #333333; + background: #f6f6f6; + color: #333; margin: 20px 0; border: 1px solid #dfdfdf; border-left: none; @@ -429,5 +434,6 @@ td.main, td.menu { } #navigation .import input { - width: 100px; + margin: 5px 0; + width: 210px; } \ No newline at end of file