| OLD | NEW |
| 1 /* | 1 /* |
| 2 Copyright (c) 2011 The Chromium Authors. All rights reserved. | 2 Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. | 4 found in the LICENSE file. |
| 5 */ | 5 */ |
| 6 | 6 |
| 7 .timeline-drag-box { | 7 .timeline-drag-box { |
| 8 position: fixed; | 8 position: fixed; |
| 9 background-color: rgba(0, 0, 255, 0.25); | 9 background-color: rgba(0, 0, 255, 0.25); |
| 10 border: 1px solid rgb(0, 0, 96); | 10 border: 1px solid rgb(0, 0, 96); |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 .timeline-slice-track-canvas-container { | 43 .timeline-slice-track-canvas-container { |
| 44 -webkit-box-flex: 1; | 44 -webkit-box-flex: 1; |
| 45 width: 100%; | 45 width: 100%; |
| 46 } | 46 } |
| 47 | 47 |
| 48 .timeline-slice-track-canvas { | 48 .timeline-slice-track-canvas { |
| 49 -webkit-box-flex: 1; | 49 -webkit-box-flex: 1; |
| 50 width: 100%; | 50 width: 100%; |
| 51 height: 100%; | 51 height: 100%; |
| 52 } | 52 } |
| OLD | NEW |