File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -314,20 +314,25 @@ dl.phpdebugbar-widgets-kvlist dd.phpdebugbar-widgets-value.phpdebugbar-widgets-p
314314 background : transparent;
315315}
316316
317+ dl .phpdebugbar-widgets-kvlist dt {
318+ width : 25% ;
319+ }
320+
317321dl .phpdebugbar-widgets-kvlist dd {
318322 margin-left : 25% ;
319323}
320324
321- .phpdebugbar-widgets-timeline li .phpdebugbar-widgets-measure {
325+ ul .phpdebugbar-widgets-timeline li .phpdebugbar-widgets-measure {
322326 margin : 0 6px !important ;
323- }
324-
325- ul .phpdebugbar-widgets-timeline .phpdebugbar-widgets-measure {
326327 height : 28px ;
327328 line-height : 28px ;
328329 border : none;
329330}
330331
332+ ul .phpdebugbar-widgets-timeline li > .phpdebugbar-widgets-measure {
333+ height : 20px ;
334+ }
335+
331336ul .phpdebugbar-widgets-timeline li span .phpdebugbar-widgets-value {
332337 height : 16px ;
333338 background-color : # 63abca ;
@@ -351,6 +356,7 @@ ul.phpdebugbar-widgets-timeline li .phpdebugbar-widgets-value span.phpdebugbar-w
351356
352357ul .phpdebugbar-widgets-timeline table .phpdebugbar-widgets-params {
353358 font-size : 11px ;
359+ margin-top : 20px !important ;
354360}
355361
356362ul .phpdebugbar-widgets-timeline table .phpdebugbar-widgets-params td {
You can’t perform that action at this time.
0 commit comments