| Index: third_party/WebKit/Source/devtools/front_end/network/networkPanel.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css b/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css
|
| index 7b8ee12592e5bf78e7375ed2add036aff637dad6..03a4cbe1f4e1cf92f6e531df31f1a7616e39f35a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css
|
| @@ -63,12 +63,18 @@
|
| border-spacing: 0;
|
| padding-left: 10px;
|
| padding-right: 10px;
|
| + line-height: initial;
|
| +}
|
| +
|
| +.network-timing-start {
|
| + border-top: 5px solid transparent;
|
| +}
|
| +.network-timing-table-header td, .network-timing-footer td {
|
| + border-top: 10px solid transparent;
|
| }
|
|
|
| .network-timing-table-header td {
|
| color: #bbb;
|
| - border-top: 5px solid transparent;
|
| - border-bottom: 5px solid transparent;
|
| }
|
|
|
| .network-timing-table-header td:last-child {
|
| @@ -76,7 +82,7 @@
|
| }
|
|
|
| .network-timing-table col.labels {
|
| - width: 120px;
|
| + width: 156px;
|
| }
|
|
|
| .network-timing-table col.duration {
|
| @@ -99,10 +105,6 @@
|
| background-image: linear-gradient(to right, #eee, #bbb, #eee);
|
| }
|
|
|
| -.network-timing-footer td {
|
| - border-top: 8px solid transparent;
|
| -}
|
| -
|
| .network-timing-footer td:last-child {
|
| font-weight: bold;
|
| text-align: right;
|
|
|