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 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 -webkit-padding-start: 1em; | 224 -webkit-padding-start: 1em; |
225 } | 225 } |
226 | 226 |
227 /* Make the MIME Types tables smaller. */ | 227 /* Make the MIME Types tables smaller. */ |
228 .plugin-details .mime-types { | 228 .plugin-details .mime-types { |
229 font-size: 95%; | 229 font-size: 95%; |
230 } | 230 } |
231 | 231 |
232 /* Separate the header from the contents in each MIME Types table. */ | 232 /* Separate the header from the contents in each MIME Types table. */ |
233 .plugin-details .mime-types .header td { | 233 .plugin-details .mime-types .header td { |
234 /* border-bottom: 1px solid; */ | 234 border-bottom: 1px solid black; |
235 padding-bottom: 0.1em; | 235 padding-bottom: 0.1em; |
236 } | 236 } |
237 | 237 |
238 /* Separate the columns for tables used for horizontal listings only a bit. */ | 238 /* Separate the columns for tables used for horizontal listings only a bit. */ |
239 .hlisting td+td { | 239 .hlisting td+td { |
240 -webkit-padding-start: 0.4em; | 240 -webkit-padding-start: 0.4em; |
241 } | 241 } |
242 | 242 |
243 /* Match the indentation of .plugin-text. */ | 243 /* Match the indentation of .plugin-text. */ |
244 .plugin-actions { | 244 .plugin-actions { |
245 -webkit-padding-start: 5px; | 245 -webkit-padding-start: 5px; |
246 margin-bottom: 0.2em; | 246 margin-bottom: 0.2em; |
247 margin-top: 0.2em; | 247 margin-top: 0.2em; |
248 } | 248 } |
249 | 249 |
250 .always-allow { | 250 .always-allow { |
251 -webkit-margin-start: 30px; | 251 -webkit-margin-start: 30px; |
252 } | 252 } |
253 | 253 |
254 button { | 254 button { |
255 font-size: 104%; | 255 font-size: 104%; |
256 } | 256 } |
OLD | NEW |