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

Side by Side Diff: chrome_linux/resources/inspector/inspectorCommon.css

Issue 85333005: Update reference builds to Chrome 32.0.1700.19 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years 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 | Annotate | Revision Log
OLDNEW
1 html { 1 html {
2 height: 100%; 2 height: 100%;
3 } 3 }
4 4
5 body { 5 body {
6 cursor: default; 6 cursor: default;
7 position: absolute; 7 position: absolute;
8 top: 0; 8 top: 0;
9 bottom: 0; 9 bottom: 0;
10 left: 0; 10 left: 0;
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 73
74 .monospace { 74 .monospace {
75 font-size: 10px !important; 75 font-size: 10px !important;
76 font-family: monospace; 76 font-family: monospace;
77 } 77 }
78 78
79 .resources-dividers { 79 .resources-dividers {
80 position: absolute; 80 position: absolute;
81 left: 0; 81 left: 0;
82 right: 0; 82 right: 0;
83 height: 100%;
84 top: 0; 83 top: 0;
85 z-index: -100; 84 z-index: -100;
85 bottom: 0;
86 } 86 }
87 87
88 .resources-event-dividers { 88 .resources-event-dividers {
89 position: absolute; 89 position: absolute;
90 left: 0; 90 left: 0;
91 right: 0; 91 right: 0;
92 height: 100%; 92 height: 100%;
93 top: 0; 93 top: 0;
94 z-index: 300; 94 z-index: 300;
95 pointer-events: none; 95 pointer-events: none;
96 } 96 }
97 97
98 .resources-dividers-label-bar { 98 .resources-dividers-label-bar {
99 position: absolute; 99 position: absolute;
100 top: 0; 100 top: 0;
101 left: 0; 101 left: 0;
102 right: 0; 102 right: 0;
103 background-color: rgba(255, 255, 255, 0.8); 103 background-color: rgba(255, 255, 255, 0.8);
104 background-clip: padding-box; 104 background-clip: padding-box;
105 border-bottom: 1px solid rgba(0, 0, 0, 0.3);
106 height: 20px; 105 height: 20px;
107 z-index: 200; 106 z-index: 200;
108 pointer-events: none; 107 pointer-events: none;
109 overflow: hidden; 108 overflow: hidden;
110 } 109 }
111 110
112 .resize-enabled .resources-dividers-label-bar { 111 .resize-enabled .resources-dividers-label-bar {
113 cursor: move; 112 cursor: move;
114 } 113 }
115 114
(...skipping 29 matching lines...) Expand all
145 white-space: nowrap; 144 white-space: nowrap;
146 pointer-events: none; 145 pointer-events: none;
147 } 146 }
148 147
149 .overview-grid-window-selector { 148 .overview-grid-window-selector {
150 position: absolute; 149 position: absolute;
151 top: 0; 150 top: 0;
152 bottom: 0; 151 bottom: 0;
153 background-color: rgba(125, 173, 217, 0.5); 152 background-color: rgba(125, 173, 217, 0.5);
154 z-index: 250; 153 z-index: 250;
154 pointer-events: none;
155 } 155 }
156 156
157 .overview-grid-window { 157 .overview-grid-window {
158 background-color: white; 158 background-color: white;
159 position: absolute; 159 position: absolute;
160 left: 0; 160 left: 0;
161 right: 0; 161 right: 0;
162 top: 0; 162 top: 0;
163 height: 20px; 163 height: 20px;
164 z-index: 150; 164 z-index: 150;
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 cursor: ew-resize; 201 cursor: ew-resize;
202 } 202 }
203 203
204 .overview-grid-window-resizer-right { 204 .overview-grid-window-resizer-right {
205 margin-left: -3px; 205 margin-left: -3px;
206 margin-right: -2px; 206 margin-right: -2px;
207 } 207 }
208 208
209 /* Network timing is shared between popover and network item view pane */ 209 /* Network timing is shared between popover and network item view pane */
210 210
211 .network-timing-table td {
212 padding: 0;
213 }
214
211 .network-timing-row { 215 .network-timing-row {
212 position: relative; 216 position: relative;
213 height: 16px; 217 height: 16px;
214 } 218 }
215 219
216 .network-timing-bar { 220 .network-timing-bar {
217 position: absolute; 221 position: absolute;
218 background-color: red; 222 background-color: red;
219 border-left: 1px solid red; 223 border-left: 1px solid red;
220 opacity: 0.4; 224 opacity: 0.4;
(...skipping 23 matching lines...) Expand all
244 white-space: nowrap; 248 white-space: nowrap;
245 text-overflow: ellipsis; 249 text-overflow: ellipsis;
246 overflow: hidden; 250 overflow: hidden;
247 line-height: 16px; 251 line-height: 16px;
248 } 252 }
249 253
250 .sidebar-label { 254 .sidebar-label {
251 font-size: 11px; 255 font-size: 11px;
252 } 256 }
253 257
OLDNEW
« no previous file with comments | « chrome_linux/resources/inspector/inspector.js ('k') | chrome_linux/resources/inspector/layersPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698