Просмотр исходного кода

[WebProfilerBundle] Style abbr elements

Victor Berchet 14 лет назад
Родитель
Сommit
f58658f929

+ 6 - 0
src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css

@@ -100,6 +100,12 @@ fieldset
     border:none;
 }
 
+abbr
+{
+    border-bottom: 1px dotted #000000;
+    cursor: help;
+}
+
 .clear
 {
     clear:both;

+ 5 - 0
src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/toolbar.css

@@ -21,3 +21,8 @@ build: 56
     font: 11px Verdana, Arial, sans-serif;
     color: #000;
 }
+
+.sf-toolbarreset abbr {
+    border-bottom: 1px dotted #000000;
+    cursor: help;
+}