OLD | NEW |
---|---|
1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright 2013 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 body { | 5 body { |
6 margin: 10px; | 6 margin: 10px; |
7 min-width: 47em; | 7 min-width: 47em; |
8 } | 8 } |
9 | 9 |
10 a { | 10 a { |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
179 border-collapse:collapse | 179 border-collapse:collapse |
180 } | 180 } |
181 | 181 |
182 .plugin-file { | 182 .plugin-file { |
183 padding-bottom: 5px; | 183 padding-bottom: 5px; |
184 padding-top: 5px; | 184 padding-top: 5px; |
185 } | 185 } |
186 | 186 |
187 .component { | 187 .component { |
188 border-bottom: 1px solid #cdcdcd; | 188 border-bottom: 1px solid #cdcdcd; |
189 display: block; | |
James Hawkins
2014/05/28 23:01:11
Why is this necessary?
Shrikant Kelkar
2014/05/28 23:14:45
Removed
| |
189 } | 190 } |
190 | 191 |
191 .critical { | 192 .critical { |
192 color: red; | 193 color: red; |
193 } | 194 } |
194 | 195 |
195 /* Indent the text related to each plug-in. */ | 196 /* Indent the text related to each plug-in. */ |
196 .component-text { | 197 .component-text { |
197 -webkit-padding-start: 5px; | 198 -webkit-padding-start: 5px; |
198 } | 199 } |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
255 margin-top: 0.2em; | 256 margin-top: 0.2em; |
256 } | 257 } |
257 | 258 |
258 .always-allow { | 259 .always-allow { |
259 -webkit-margin-start: 30px; | 260 -webkit-margin-start: 30px; |
260 } | 261 } |
261 | 262 |
262 button { | 263 button { |
263 font-size: 104%; | 264 font-size: 104%; |
264 } | 265 } |
OLD | NEW |