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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 } | 50 } |
51 | 51 |
52 #exception-pattern-column { | 52 #exception-pattern-column { |
53 -webkit-box-flex: 1; | 53 -webkit-box-flex: 1; |
54 } | 54 } |
55 | 55 |
56 .exception-value-column-header { | 56 .exception-value-column-header { |
57 width: 145px; | 57 width: 145px; |
58 } | 58 } |
59 | 59 |
60 .otr-explanation { | 60 .otr-explanation, |
| 61 #zoom-levels-ignored-explanation { |
61 font-style: italic; | 62 font-style: italic; |
62 } | 63 } |
63 | 64 |
64 #content-settings-exceptions-area list { | 65 #content-settings-exceptions-area list { |
65 margin-bottom: 10px; | 66 margin-bottom: 10px; |
66 margin-top: 4px; | 67 margin-top: 4px; |
67 } | 68 } |
68 | 69 |
69 #group-indicator { | 70 #group-indicator { |
70 margin-left: 5px; | 71 margin-left: 5px; |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 display: -webkit-box; | 109 display: -webkit-box; |
109 } | 110 } |
110 | 111 |
111 #media-audio-column { | 112 #media-audio-column { |
112 width: 6em; | 113 width: 6em; |
113 } | 114 } |
114 | 115 |
115 #media-video-column { | 116 #media-video-column { |
116 width: 8.5em; | 117 width: 8.5em; |
117 } | 118 } |
OLD | NEW |