From 147cab749f895db6ae4de27bd402e24069be8bd3 Mon Sep 17 00:00:00 2001 From: nomack84 Date: Fri, 11 May 2012 09:24:00 -0400 Subject: [PATCH] [WDT] Fix the color of Documentation link to keep concistence. This pull request is to make the Documentation link black as the other links of the WDT Styled the WDT links and refactored the profiler token link. --- .../Resources/views/Collector/config.html.twig | 2 +- .../Resources/views/Profiler/toolbar_style.html.twig | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig index 72a15e6ee8..69ed8a1af7 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig @@ -67,7 +67,7 @@ Token {% if profiler_url %} - {{ collector.token }} + {{ collector.token }} {% else %} {{ collector.token }} {% endif %} diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_style.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_style.html.twig index 8c0ed59c27..232c3801d5 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_style.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_style.html.twig @@ -51,6 +51,10 @@ .sf-toolbar-block .sf-toolbar-info-piece:last-child { padding-bottom: 0; } + + .sf-toolbar-block .sf-toolbar-info-piece a { + color: #2f2f2f; + } .sf-toolbar-block .sf-toolbar-info-piece b { display: inline-block;