OLD | NEW |
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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 | 252 |
253 .network-log-grid.data-grid.small .image-network-icon-preview { | 253 .network-log-grid.data-grid.small .image-network-icon-preview { |
254 top: 2px; | 254 top: 2px; |
255 bottom: 1px; | 255 bottom: 1px; |
256 left: 3px; | 256 left: 3px; |
257 right: 3px; | 257 right: 3px; |
258 max-width: 8px; | 258 max-width: 8px; |
259 max-height: 11px; | 259 max-height: 11px; |
260 } | 260 } |
261 | 261 |
| 262 .network-async-trace-description { |
| 263 padding: 3px 0 1px 0; |
| 264 font-style: italic; |
| 265 } |
| 266 |
262 /* Graph styles */ | 267 /* Graph styles */ |
263 | 268 |
264 .network-graph-side { | 269 .network-graph-side { |
265 position: relative; | 270 position: relative; |
266 height: 36px; | 271 height: 36px; |
267 padding: 0; | 272 padding: 0; |
268 white-space: nowrap; | 273 white-space: nowrap; |
269 margin-top: 1px; | 274 margin-top: 1px; |
270 border-top: 1px solid transparent; | 275 border-top: 1px solid transparent; |
271 overflow: hidden; | 276 overflow: hidden; |
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
597 } | 602 } |
598 | 603 |
599 #network-container:not(.brief-mode) .data-grid tr.selected { | 604 #network-container:not(.brief-mode) .data-grid tr.selected { |
600 background-color: transparent; | 605 background-color: transparent; |
601 color: #222; | 606 color: #222; |
602 } | 607 } |
603 | 608 |
604 #network-container.brief-mode .data-grid .data-container { | 609 #network-container.brief-mode .data-grid .data-container { |
605 padding-right: 0; | 610 padding-right: 0; |
606 } | 611 } |
OLD | NEW |