Left: | ||
Right: |
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 601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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 | 620 #restart-safari |
621 { | 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; | 622 -moz-margin-start: 20px; |
625 -webkit-margin-start: 20px; | 623 -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.
| |
624 color: red; | |
625 font-weight: 600; | |
626 } | 626 } |
627 | 627 |
628 #filter-lists > div | 628 #filter-lists > div |
629 { | 629 { |
630 display: none; | 630 display: none; |
631 } | 631 } |
632 | 632 |
633 body[data-tab="advanced-allFilterLists"] #all-filter-lists, | 633 body[data-tab="advanced-allFilterLists"] #all-filter-lists, |
634 body[data-tab="advanced-customFilters"] #custom-filters | 634 body[data-tab="advanced-customFilters"] #custom-filters |
635 { | 635 { |
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1322 #other-language .button-add::before | 1322 #other-language .button-add::before |
1323 { | 1323 { |
1324 display: none; | 1324 display: none; |
1325 } | 1325 } |
1326 | 1326 |
1327 #other-language .display | 1327 #other-language .display |
1328 { | 1328 { |
1329 -webkit-margin-start: 10px; | 1329 -webkit-margin-start: 10px; |
1330 -moz-margin-start: 10px; | 1330 -moz-margin-start: 10px; |
1331 } | 1331 } |
LEFT | RIGHT |