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

Side by Side Diff: skin/new-options.css

Issue 29411555: Issue 5169 - Add whitelisted tab to the new options page (Closed)
Patch Set: Created April 21, 2017, 11:32 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« new-options.js ('K') | « new-options.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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-2017 eyeo GmbH 3 * Copyright (C) 2006-2017 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 position: relative; 340 position: relative;
341 } 341 }
342 342
343 #content-wrapper > div 343 #content-wrapper > div
344 { 344 {
345 display: none; 345 display: none;
346 } 346 }
347 347
348 body[data-tab|="general"] #content-general, 348 body[data-tab|="general"] #content-general,
349 body[data-tab|="advanced"] #content-advanced, 349 body[data-tab|="advanced"] #content-advanced,
350 body[data-tab|="whitelist"] #content-whitelist,
350 body[data-tab|="help"] #content-help 351 body[data-tab|="help"] #content-help
351 { 352 {
352 display: block; 353 display: block;
353 } 354 }
354 355
355 div.button 356 div.button
356 { 357 {
357 cursor: pointer; 358 cursor: pointer;
358 display: flex; 359 display: flex;
359 } 360 }
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 { 604 {
604 height: 290px; 605 height: 290px;
605 overflow: auto; 606 overflow: auto;
606 } 607 }
607 608
608 #custom-wrapper .table 609 #custom-wrapper .table
609 { 610 {
610 width: 100%; 611 width: 100%;
611 } 612 }
612 613
613 #whitelisting .controls.mode-edit > button,
614 #whitelisting .controls:not(.mode-edit) > div
615 {
616 display: none;
617 }
618
619 #whitelisting .controls input[type="text"]
620 {
621 border: 0px;
622 border-bottom: 1px solid #A1A1A1;
623 -moz-padding-end: 25px;
624 -webkit-padding-end: 25px;
625 -moz-margin-start: 14px;
626 -webkit-margin-start: 14px;
627 outline: 0px;
628 padding-bottom: 5px;
629 vertical-align: text-bottom;
630 width: 100%;
631 }
632
633 #whitelisting .controls .button-add span
634 {
635 -moz-margin-start: 5px;
636 -webkit-margin-start: 5px;
637 }
638
639 #whitelisting .button-add
640 {
641 -moz-margin-start: 32px;
642 -webkit-margin-start: 32px;
643 }
644
645 #whitelisting-add-button + span
646 {
647 flex: 1;
648 }
649
650 .icon-enter 614 .icon-enter
651 { 615 {
652 background-position: -19px -33px; 616 background-position: -19px -33px;
653 position: absolute; 617 position: absolute;
654 bottom: 9px; 618 bottom: 9px;
655 -moz-margin-start: -20px; 619 -moz-margin-start: -20px;
656 -webkit-margin-start: -20px; 620 -webkit-margin-start: -20px;
657 } 621 }
658 622
659 .button-add, .cancel-button 623 .button-add, .cancel-button
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
1328 #other-language .button-add::before 1292 #other-language .button-add::before
1329 { 1293 {
1330 display: none; 1294 display: none;
1331 } 1295 }
1332 1296
1333 #other-language .display 1297 #other-language .display
1334 { 1298 {
1335 -webkit-margin-start: 10px; 1299 -webkit-margin-start: 10px;
1336 -moz-margin-start: 10px; 1300 -moz-margin-start: 10px;
1337 } 1301 }
OLDNEW
« new-options.js ('K') | « new-options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld