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

Side by Side Diff: Source/WebCore/inspector/front-end/networkPanel.css

Issue 6409044: Merge 77127 - 2011-01-30 Pavel Feldman <pfeldman@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 months 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 | « Source/WebCore/inspector/front-end/NetworkPanel.js ('k') | 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 .network-larger-resources-status-bar-item .glyph { 1 .network-larger-resources-status-bar-item .glyph {
2 -webkit-mask-image: url(Images/largerResourcesButtonGlyph.png); 2 -webkit-mask-image: url(Images/largerResourcesButtonGlyph.png);
3 } 3 }
4 4
5 .network-sidebar .data-grid { 5 .network-sidebar .data-grid {
6 border: none; 6 border: none;
7 position: absolute; 7 position: absolute;
8 top: 0; 8 top: 0;
9 left: 0; 9 left: 0;
10 right: 0; 10 right: 0;
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 58
59 .network-sidebar .data-grid select { 59 .network-sidebar .data-grid select {
60 -webkit-appearance: none; 60 -webkit-appearance: none;
61 background-color: transparent; 61 background-color: transparent;
62 border: none; 62 border: none;
63 width: 100%; 63 width: 100%;
64 font-size: 11px; 64 font-size: 11px;
65 font-weight: bold; 65 font-weight: bold;
66 } 66 }
67 67
68 .network-sidebar .data-grid.small tr.offscreen {
69 height: 21px;
70 }
71
72 .network-sidebar .data-grid tr.offscreen {
73 height: 41px;
74 }
75
76 .network-sidebar .data-grid tr.offscreen td {
77 display: none;
78 }
79
68 .network-sidebar .data-grid tr.filler { 80 .network-sidebar .data-grid tr.filler {
69 background-color: white; 81 background-color: white;
70 } 82 }
71 83
72 .network-sidebar .data-grid td.name-column { 84 .network-sidebar .data-grid td.name-column {
73 font-weight: bold; 85 font-weight: bold;
74 cursor: pointer; 86 cursor: pointer;
75 } 87 }
76 88
77 .network.panel:not(.viewing-resource) .network-sidebar td.name-column:hover { 89 .network.panel:not(.viewing-resource) .network-sidebar td.name-column:hover {
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 } 812 }
801 813
802 .resource-timing-view .network-timing-bar.receiving { 814 .resource-timing-view .network-timing-bar.receiving {
803 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(2 14, 214, 214)), to(rgb(182, 182, 182))); 815 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(2 14, 214, 214)), to(rgb(182, 182, 182)));
804 border-left: 1px solid rgb(182, 182, 182); 816 border-left: 1px solid rgb(182, 182, 182);
805 } 817 }
806 818
807 .resource-timing-view.visible { 819 .resource-timing-view.visible {
808 display: block; 820 display: block;
809 } 821 }
OLDNEW
« no previous file with comments | « Source/WebCore/inspector/front-end/NetworkPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698