LEFT | RIGHT |
1 /* | 1 /* |
2 * This file is part of Adblock Plus <https://adblockplus.org/>, | 2 * This file is part of Adblock Plus <https://adblockplus.org/>, |
3 * Copyright (C) 2006-2016 Eyeo GmbH | 3 * Copyright (C) 2006-2016 Eyeo GmbH |
4 * | 4 * |
5 * Adblock Plus is free software: you can redistribute it and/or modify | 5 * Adblock Plus is free software: you can redistribute it and/or modify |
6 * it under the terms of the GNU General Public License version 3 as | 6 * it under the terms of the GNU General Public License version 3 as |
7 * published by the Free Software Foundation. | 7 * published by the Free Software Foundation. |
8 * | 8 * |
9 * Adblock Plus is distributed in the hope that it will be useful, | 9 * Adblock Plus is distributed in the hope that it will be useful, |
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
293 #tab-share[hidden] + li | 293 #tab-share[hidden] + li |
294 { | 294 { |
295 border-top: none; | 295 border-top: none; |
296 } | 296 } |
297 | 297 |
298 #content | 298 #content |
299 { | 299 { |
300 background-color: #FFFFFF; | 300 background-color: #FFFFFF; |
301 border: 1px solid #CDCDCD; | 301 border: 1px solid #CDCDCD; |
302 border-radius: 8px; | 302 border-radius: 8px; |
303 box-sizing: border-box; | 303 width: 840px; |
304 min-width: 960px; | |
305 padding: 0px 60px 40px 60px; | 304 padding: 0px 60px 40px 60px; |
306 } | 305 } |
307 | 306 |
308 #content h1 | 307 #content h1 |
309 { | 308 { |
310 border-bottom: 1px solid #CDCDCD; | 309 border-bottom: 1px solid #CDCDCD; |
311 margin: 0px 0px 24px 0px; | 310 margin: 0px 0px 24px 0px; |
312 padding: 40px 0px 16px 0px; | 311 padding: 40px 0px 16px 0px; |
313 } | 312 } |
314 | 313 |
(...skipping 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1326 #other-language .button-add::before | 1325 #other-language .button-add::before |
1327 { | 1326 { |
1328 display: none; | 1327 display: none; |
1329 } | 1328 } |
1330 | 1329 |
1331 #other-language .display | 1330 #other-language .display |
1332 { | 1331 { |
1333 -webkit-margin-start: 10px; | 1332 -webkit-margin-start: 10px; |
1334 -moz-margin-start: 10px; | 1333 -moz-margin-start: 10px; |
1335 } | 1334 } |
LEFT | RIGHT |