瀏覽代碼

[WebProfilerBundle] Tweak html markup and css

Victor Berchet 14 年之前
父節點
當前提交
60b96e7c57

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

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

文件差異過大導致無法顯示
+ 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 class="sf-toolbarreset"
+<div id="sf-toolbar"
     {% if 'normal' != position %}
     style="position: {{ position }};
         background-color: #f7f7f7;