OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
4 | 4 |
5 #content-settings-page { | 5 #content-settings-page { |
6 min-width: 620px; | 6 min-width: 620px; |
7 } | 7 } |
8 | 8 |
9 #content-settings-exceptions-area { | 9 #content-settings-exceptions-area { |
10 min-width: 540px; | 10 min-width: 540px; |
(...skipping 25 matching lines...) Expand all Loading... |
36 } | 36 } |
37 | 37 |
38 #exception-pattern-column { | 38 #exception-pattern-column { |
39 -webkit-box-flex: 1; | 39 -webkit-box-flex: 1; |
40 } | 40 } |
41 | 41 |
42 #exception-behavior-column { | 42 #exception-behavior-column { |
43 width: 145px; | 43 width: 145px; |
44 } | 44 } |
45 | 45 |
| 46 #exception-zoom-column { |
| 47 width: 145px; |
| 48 } |
| 49 |
46 .otr-explanation { | 50 .otr-explanation { |
47 font-style: italic; | 51 font-style: italic; |
48 } | 52 } |
49 | 53 |
50 #content-settings-exceptions-area list { | 54 #content-settings-exceptions-area list { |
51 margin-bottom: 10px; | 55 margin-bottom: 10px; |
52 margin-top: 4px; | 56 margin-top: 4px; |
53 } | 57 } |
54 | 58 |
55 #disable-plugins-container { | 59 #disable-plugins-container { |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 display: -webkit-box; | 110 display: -webkit-box; |
107 } | 111 } |
108 | 112 |
109 #media-audio-column { | 113 #media-audio-column { |
110 width: 6em; | 114 width: 6em; |
111 } | 115 } |
112 | 116 |
113 #media-video-column { | 117 #media-video-column { |
114 width: 8.5em; | 118 width: 8.5em; |
115 } | 119 } |
OLD | NEW |