File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -313,10 +313,6 @@ dl.phpdebugbar-widgets-kvlist dd.phpdebugbar-widgets-value.phpdebugbar-widgets-p
313313 background : transparent;
314314}
315315
316- dl .phpdebugbar-widgets-kvlist dt {
317- width : calc (25% -10px );
318- }
319-
320316dl .phpdebugbar-widgets-kvlist dd {
321317 margin-left : 25% ;
322318}
@@ -366,12 +362,14 @@ ul.phpdebugbar-widgets-timeline table.phpdebugbar-widgets-params td:first-child
366362}
367363
368364div .phpdebugbar-widgets-messages div .phpdebugbar-widgets-toolbar {
369- width : calc (100% );
365+ width : calc (100% - 20px );
366+ margin-left : 10px ;
370367 padding : 4px 0px 4px ;
371368 height : 20px ;
372369 border-top : 1px solid # ddd ;
373370 border-bottom : 0px ;
374371 background-color : # e8e8e8 ;
372+ border-radius : 5px 5px 0px 0px ;
375373}
376374
377375div .phpdebugbar-widgets-messages div .phpdebugbar-widgets-toolbar a .phpdebugbar-widgets-filter , div .phpdebugbar-widgets-messages div .phpdebugbar-widgets-toolbar a .phpdebugbar-widgets-filter .phpdebugbar-widgets-excluded {
@@ -549,6 +547,7 @@ ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item {
549547 border : none;
550548 font-family : inherit;
551549 overflow : visible;
550+ line-height : 20px ;
552551}
553552
554553ul .phpdebugbar-widgets-list li .phpdebugbar-widgets-list-item : hover ,
@@ -597,10 +596,6 @@ ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widget
597596 max-width : 100% ;
598597}
599598
600- ul .phpdebugbar-widgets-list li .phpdebugbar-widgets-list-item {
601- line-height : 20px ;
602- }
603-
604599ul .phpdebugbar-widgets-list li .phpdebugbar-widgets-list-item .phpdebugbar-widgets-duration ,
605600ul .phpdebugbar-widgets-list li .phpdebugbar-widgets-list-item .phpdebugbar-widgets-stmt-id ,
606601ul .phpdebugbar-widgets-list li .phpdebugbar-widgets-list-item .phpdebugbar-widgets-memory {
You can’t perform that action at this time.
0 commit comments