| 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-present eyeo GmbH | 3 * Copyright (C) 2006-present 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 |
| 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| (...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 654 #sidebar .fixed | 654 #sidebar .fixed |
| 655 { | 655 { |
| 656 position: fixed; | 656 position: fixed; |
| 657 } | 657 } |
| 658 | 658 |
| 659 #sidebar footer | 659 #sidebar footer |
| 660 { | 660 { |
| 661 bottom: 0px; | 661 bottom: 0px; |
| 662 position: absolute; | 662 position: absolute; |
| 663 } | 663 } |
| 664 | |
| 665 } | 664 } |
| 666 | 665 |
| 667 /* | 666 /* |
| 668 Main content | 667 Main content |
| 669 */ | 668 */ |
| 670 | 669 |
| 671 body[data-tab|="general"] #content-general, | 670 body[data-tab|="general"] #content-general, |
| 672 body[data-tab|="advanced"] #content-advanced, | 671 body[data-tab|="advanced"] #content-advanced, |
| 673 body[data-tab|="whitelist"] #content-whitelist, | 672 body[data-tab|="whitelist"] #content-whitelist, |
| 674 body[data-tab|="help"] #content-help | 673 body[data-tab|="help"] #content-help |
| (...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1561 font-size: 1rem; | 1560 font-size: 1rem; |
| 1562 color: #077CA6; | 1561 color: #077CA6; |
| 1563 background-color: #E1F2FA; | 1562 background-color: #E1F2FA; |
| 1564 } | 1563 } |
| 1565 | 1564 |
| 1566 #notification strong | 1565 #notification strong |
| 1567 { | 1566 { |
| 1568 flex: 1; | 1567 flex: 1; |
| 1569 text-align: center; | 1568 text-align: center; |
| 1570 } | 1569 } |
| OLD | NEW |