Skip to content

Commit

Permalink
Tweak timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Oct 31, 2014
1 parent d15355d commit 20742d9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/Resources/laravel-debugbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ dl.phpdebugbar-widgets-kvlist dd {
line-height: 20px;
}

ul.phpdebugbar-widgets-timeline li {
height: 30px;
line-height: 30px;
ul.phpdebugbar-widgets-timeline .phpdebugbar-widgets-measure {
height: 25px;
line-height: 25px;
border: none;
}

Expand All @@ -99,14 +99,12 @@ ul.phpdebugbar-widgets-timeline li:nth-child(even) {
}

ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-value {
height: 30px;
top: 0;
height: 15px;
background-color: #f4645f;
border-radius: 0;
}

ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-label {
top: 2px;
top: 0px;
}

div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar a.phpdebugbar-widgets-filter {
Expand Down

0 comments on commit 20742d9

Please sign in to comment.