| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 610 | 610 |
| 611 /* | 611 /* |
| 612 Advanced tab content | 612 Advanced tab content |
| 613 */ | 613 */ |
| 614 | 614 |
| 615 #tweaks.table li | 615 #tweaks.table li |
| 616 { | 616 { |
| 617 padding-bottom: 0px; | 617 padding-bottom: 0px; |
| 618 } | 618 } |
| 619 | 619 |
| 620 #restart-safari | |
| 621 { | |
| 622 color: red; | |
| 623 font-weight: bold; | |
|
Thomas Greiner
2016/03/31 14:24:57
Detail: We're using numeric values for `font-weigh
Sebastian Noack
2016/03/31 14:45:38
Not sure, if I agree to that practice. But done.
| |
| 624 -moz-margin-start: 20px; | |
| 625 -webkit-margin-start: 20px; | |
|
Thomas Greiner
2016/03/31 14:24:57
Detail: According to our coding style, box model s
Sebastian Noack
2016/03/31 14:45:38
Done.
| |
| 626 } | |
| 627 | |
| 620 #filter-lists > div | 628 #filter-lists > div |
| 621 { | 629 { |
| 622 display: none; | 630 display: none; |
| 623 } | 631 } |
| 624 | 632 |
| 625 body[data-tab="advanced-allFilterLists"] #all-filter-lists, | 633 body[data-tab="advanced-allFilterLists"] #all-filter-lists, |
| 626 body[data-tab="advanced-customFilters"] #custom-filters | 634 body[data-tab="advanced-customFilters"] #custom-filters |
| 627 { | 635 { |
| 628 display: block; | 636 display: block; |
| 629 } | 637 } |
| (...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1314 #other-language .button-add::before | 1322 #other-language .button-add::before |
| 1315 { | 1323 { |
| 1316 display: none; | 1324 display: none; |
| 1317 } | 1325 } |
| 1318 | 1326 |
| 1319 #other-language .display | 1327 #other-language .display |
| 1320 { | 1328 { |
| 1321 -webkit-margin-start: 10px; | 1329 -webkit-margin-start: 10px; |
| 1322 -moz-margin-start: 10px; | 1330 -moz-margin-start: 10px; |
| 1323 } | 1331 } |
| OLD | NEW |