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 #profiling-view { | 6 #profiling-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 } | 10 } |
(...skipping 21 matching lines...) Expand all Loading... |
32 .profiling-overlay .raw-text { | 32 .profiling-overlay .raw-text { |
33 overflow: auto; | 33 overflow: auto; |
34 -webkit-box-flex: 1; | 34 -webkit-box-flex: 1; |
35 wrap: none; | 35 wrap: none; |
36 } | 36 } |
37 | 37 |
38 .profiling-overlay .error { | 38 .profiling-overlay .error { |
39 border: 1px solid red; | 39 border: 1px solid red; |
40 text-align: center; | 40 text-align: center; |
41 } | 41 } |
OLD | NEW |