Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/network/networkLogView.css

Issue 2497393002: [Devtools] Fixed waterfall area for scrollbars (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2013 Google Inc. All rights reserved. 2 * Copyright (C) 2013 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 background: #def; 65 background: #def;
66 } 66 }
67 67
68 .network-log-grid.data-grid td { 68 .network-log-grid.data-grid td {
69 line-height: 17px; 69 line-height: 17px;
70 height: 41px; 70 height: 41px;
71 border-left: 1px solid #e1e1e1; 71 border-left: 1px solid #e1e1e1;
72 vertical-align: middle; 72 vertical-align: middle;
73 } 73 }
74 74
75 .network-log-grid.data-grid .corner {
76 display: none;
77 }
78
75 .network-log-grid.data-grid.small td { 79 .network-log-grid.data-grid.small td {
76 height: 21px; 80 height: 21px;
77 } 81 }
78 82
79 .network-waterfall-header, .network-log-grid.data-grid th { 83 .network-waterfall-header, .network-log-grid.data-grid th {
80 border-bottom: 1px solid rgb(205, 205, 205); 84 border-bottom: 1px solid rgb(205, 205, 205);
81 border-left: 1px solid rgb(205, 205, 205); 85 border-left: 1px solid rgb(205, 205, 205);
82 background: white; 86 background: white;
83 } 87 }
84 88
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 388
385 .network-waterfall-header .sort-ascending.sort-order-icon { 389 .network-waterfall-header .sort-ascending.sort-order-icon {
386 display: block; 390 display: block;
387 background-position: -4px -111px; 391 background-position: -4px -111px;
388 } 392 }
389 393
390 .network-waterfall-header .sort-descending.sort-order-icon { 394 .network-waterfall-header .sort-descending.sort-order-icon {
391 display: block; 395 display: block;
392 background-position: -20px -99px; 396 background-position: -20px -99px;
393 } 397 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698