Forráskód Böngészése

Revert "[WebProfilerBundle] Tweak html markup and css"

This reverts commit 60b96e7c5747b6721be88177428f6377e620f457.

I want to be able to display several toolbars on the same page
Fabien Potencier 14 éve
szülő
commit
c2880378b9

+ 2 - 1
src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css

@@ -327,7 +327,8 @@ table th.value
     font-size:14px;
     padding-bottom:20px;
 }
-#sf-toolbar {
+
+.sf-toolbarreset {
     border-top: 0;
     padding: 0;
 }

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 3 - 3
src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/toolbar.css


+ 1 - 1
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig

@@ -3,7 +3,7 @@
     <div style="clear: both; height: 40px;"></div>
 {% endif %}
 
-<div id="sf-toolbar"
+<div class="sf-toolbarreset"
     {% if 'normal' != position %}
     style="position: {{ position }};
         background-color: #f7f7f7;