Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: skin/desktop-options.css

Issue 29673576: Make new options page compatible with edge (Closed)
Left Patch Set: Created Jan. 22, 2018, 4:22 p.m.
Right Patch Set: dropped automatically inserted extra line Created Feb. 5, 2018, 9:44 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « desktop-options.js ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 #sidebar .fixed 683 #sidebar .fixed
684 { 684 {
685 position: fixed; 685 position: fixed;
686 } 686 }
687 687
688 #sidebar footer 688 #sidebar footer
689 { 689 {
690 bottom: 0px; 690 bottom: 0px;
691 position: absolute; 691 position: absolute;
692 } 692 }
693
694 } 693 }
695 694
696 /* 695 /*
697 Main content 696 Main content
698 */ 697 */
699 698
700 body[data-tab|="general"] #content-general, 699 body[data-tab|="general"] #content-general,
701 body[data-tab|="advanced"] #content-advanced, 700 body[data-tab|="advanced"] #content-advanced,
702 body[data-tab|="whitelist"] #content-whitelist, 701 body[data-tab|="whitelist"] #content-whitelist,
703 body[data-tab|="help"] #content-help 702 body[data-tab|="help"] #content-help
(...skipping 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
1592 font-size: 1rem; 1591 font-size: 1rem;
1593 color: #077CA6; 1592 color: #077CA6;
1594 background-color: #E1F2FA; 1593 background-color: #E1F2FA;
1595 } 1594 }
1596 1595
1597 #notification strong 1596 #notification strong
1598 { 1597 {
1599 flex: 1; 1598 flex: 1;
1600 text-align: center; 1599 text-align: center;
1601 } 1600 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld