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

Delta Between Two Patch Sets: skin/options.css

Issue 29336364: issue 2377 - Finish design of Advanced tab of new options page (Closed)
Left Patch Set: Created April 28, 2016, 9 a.m.
Right Patch Set: Created April 28, 2016, 1 p.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.html ('k') | skin/options-sprite.png » ('j') | 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 #tab-share[hidden] + li 293 #tab-share[hidden] + li
294 { 294 {
295 border-top: none; 295 border-top: none;
296 } 296 }
297 297
298 #content 298 #content
299 { 299 {
300 background-color: #FFFFFF; 300 background-color: #FFFFFF;
301 border: 1px solid #CDCDCD; 301 border: 1px solid #CDCDCD;
302 border-radius: 8px; 302 border-radius: 8px;
303 box-sizing: border-box; 303 width: 840px;
304 min-width: 960px;
305 padding: 0px 60px 40px 60px; 304 padding: 0px 60px 40px 60px;
306 } 305 }
307 306
308 #content h1 307 #content h1
309 { 308 {
310 border-bottom: 1px solid #CDCDCD; 309 border-bottom: 1px solid #CDCDCD;
311 margin: 0px 0px 24px 0px; 310 margin: 0px 0px 24px 0px;
312 padding: 40px 0px 16px 0px; 311 padding: 40px 0px 16px 0px;
313 } 312 }
314 313
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 -webkit-margin-end: 6px; 791 -webkit-margin-end: 6px;
793 -moz-margin-end: 6px; 792 -moz-margin-end: 6px;
794 -webkit-margin-start: 12px; 793 -webkit-margin-start: 12px;
795 -moz-margin-start: 12px; 794 -moz-margin-start: 12px;
796 background-position: -20px -49px; 795 background-position: -20px -49px;
797 } 796 }
798 797
799 #all-filter-lists-table .static label 798 #all-filter-lists-table .static label
800 { 799 {
801 font-weight: 600; 800 font-weight: 600;
802 }
803
804 #custom-filters
805 {
806 width: 838px;
Thomas Greiner 2016/04/28 10:48:44 This is a workaround. 1. According to https://iss
saroyanm 2016/04/28 13:16:23 Yes, true, Done.
807 } 801 }
808 802
809 #custom-filters-header 803 #custom-filters-header
810 { 804 {
811 padding: 0px 16px; 805 padding: 0px 16px;
812 margin-bottom: 10px; 806 margin-bottom: 10px;
813 } 807 }
814 808
815 #custom-filters-raw-controls 809 #custom-filters-raw-controls
816 { 810 {
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 #other-language .button-add::before 1325 #other-language .button-add::before
1332 { 1326 {
1333 display: none; 1327 display: none;
1334 } 1328 }
1335 1329
1336 #other-language .display 1330 #other-language .display
1337 { 1331 {
1338 -webkit-margin-start: 10px; 1332 -webkit-margin-start: 10px;
1339 -moz-margin-start: 10px; 1333 -moz-margin-start: 10px;
1340 } 1334 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld