File tree 1 file changed +10
-4
lines changed
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
314
314
background : transparent;
315
315
}
316
316
317
+ dl .phpdebugbar-widgets-kvlist dt {
318
+ width : 25% ;
319
+ }
320
+
317
321
dl .phpdebugbar-widgets-kvlist dd {
318
322
margin-left : 25% ;
319
323
}
320
324
321
- .phpdebugbar-widgets-timeline li .phpdebugbar-widgets-measure {
325
+ ul .phpdebugbar-widgets-timeline li .phpdebugbar-widgets-measure {
322
326
margin : 0 6px !important ;
323
- }
324
-
325
- ul .phpdebugbar-widgets-timeline .phpdebugbar-widgets-measure {
326
327
height : 28px ;
327
328
line-height : 28px ;
328
329
border : none;
329
330
}
330
331
332
+ ul .phpdebugbar-widgets-timeline li > .phpdebugbar-widgets-measure {
333
+ height : 20px ;
334
+ }
335
+
331
336
ul .phpdebugbar-widgets-timeline li span .phpdebugbar-widgets-value {
332
337
height : 16px ;
333
338
background-color : # 63abca ;
@@ -351,6 +356,7 @@ ul.phpdebugbar-widgets-timeline li .phpdebugbar-widgets-value span.phpdebugbar-w
351
356
352
357
ul .phpdebugbar-widgets-timeline table .phpdebugbar-widgets-params {
353
358
font-size : 11px ;
359
+ margin-top : 20px !important ;
354
360
}
355
361
356
362
ul .phpdebugbar-widgets-timeline table .phpdebugbar-widgets-params td {
You can’t perform that action at this time.
0 commit comments