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

Delta Between Two Patch Sets: skin/options.css

Issue 29337729: Issue 2374 - Implemented Tweaks section in options page (Closed)
Left Patch Set: Addressed Manvel's comments Created March 15, 2016, 2:40 p.m.
Right Patch Set: Created March 16, 2016, 11:13 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 | « 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-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 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 background-color: transparent; 605 background-color: transparent;
606 border: 0px; 606 border: 0px;
607 color: #3A7BA6; 607 color: #3A7BA6;
608 cursor: pointer; 608 cursor: pointer;
609 } 609 }
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 #filter-lists > div 620 #filter-lists > div
621 { 621 {
622 display: none; 622 display: none;
623 } 623 }
624 624
625 body[data-tab="advanced-allFilterLists"] #all-filter-lists, 625 body[data-tab="advanced-allFilterLists"] #all-filter-lists,
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
1314 #other-language .button-add::before 1314 #other-language .button-add::before
1315 { 1315 {
1316 display: none; 1316 display: none;
1317 } 1317 }
1318 1318
1319 #other-language .display 1319 #other-language .display
1320 { 1320 {
1321 -webkit-margin-start: 10px; 1321 -webkit-margin-start: 10px;
1322 -moz-margin-start: 10px; 1322 -moz-margin-start: 10px;
1323 } 1323 }
LEFTRIGHT
« options.js ('k') | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld