From 16a51e7ca3bc4a95eb420a19eda7e069868688b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Egyed?= <1ed@mailbox.hu> Date: Mon, 8 Dec 2014 15:17:45 +0100 Subject: [PATCH] [WebProfiler] Tweaked ajax requests toolbar css reset --- .../Resources/views/Profiler/toolbar.css.twig | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) 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 e040fff53e..c4d0280d81 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig @@ -51,14 +51,25 @@ cursor: help; } .sf-toolbarreset span, -.sf-toolbarreset div { +.sf-toolbarreset div, +.sf-toolbarreset td, +.sf-toolbarreset th { font-size: 11px; } .sf-toolbarreset img { width: auto; display: inline; } - +.sf-toolbarreset table { + border-collapse: collapse; + border-spacing: 0; + background-color: #000; + margin: 0; + padding: 0; + border: 0; + width: 100%; + table-layout: auto; +} .sf-toolbarreset .hide-button { display: block; position: absolute; @@ -289,12 +300,11 @@ overflow-y: auto; } -table.sf-toolbar-ajax-requests { - border-collapse: collapse; -} .sf-toolbar-ajax-requests th, .sf-toolbar-ajax-requests td { border-bottom: 1px solid #ddd; padding: 0 4px; + color: #2f2f2f; + background-color: #fff; } .sf-toolbar-ajax-requests th { background-color: #eee;