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 .timeline-view { | 6 .timeline-view { |
7 padding: 0px; | 7 padding: 0px; |
8 -webkit-box-orient: vertical; | 8 -webkit-box-orient: vertical; |
9 -webkit-box-flex: 1; | 9 -webkit-box-flex: 1; |
10 display: -webkit-box; | 10 display: -webkit-box; |
(...skipping 26 matching lines...) Expand all Loading... |
37 overflow: auto; | 37 overflow: auto; |
38 } | 38 } |
39 | 39 |
40 .timeline-view .selection { | 40 .timeline-view .selection { |
41 margin: 2px; | 41 margin: 2px; |
42 } | 42 } |
43 | 43 |
44 .timeline-view .selection ul { | 44 .timeline-view .selection ul { |
45 margin: 0px; | 45 margin: 0px; |
46 } | 46 } |
OLD | NEW |