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

Delta Between Two Patch Sets: skin/options.css

Issue 29333819: Issue 2375 - Implement "Blocking lists" section in new options page (Closed)
Left Patch Set: Rebase to d12b18c2a168 Created Jan. 28, 2016, 1:38 p.m.
Right Patch Set: Fixed the progress indicator and small fixes Created Feb. 4, 2016, 5:43 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
« background.js ('K') | « options.js ('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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 } 381 }
382 382
383 .table.cols 383 .table.cols
384 { 384 {
385 border-bottom: 1px solid #CDCDCD; 385 border-bottom: 1px solid #CDCDCD;
386 border-top: 1px solid #CDCDCD; 386 border-top: 1px solid #CDCDCD;
387 } 387 }
388 388
389 button[disabled="true"] 389 button[disabled="true"]
390 { 390 {
391 border-radius: 2px;
391 background-color: #ccc; 392 background-color: #ccc;
392 border-radius: 2px;
393 } 393 }
394 394
395 .table button.delete 395 .table button.delete
396 { 396 {
397 background-color: transparent; 397 background-color: transparent;
398 background-position: -9px -32px; 398 background-position: -9px -32px;
399 border: 0px; 399 border: 0px;
400 height: 10px; 400 height: 10px;
401 margin-top: 5px; 401 margin-top: 5px;
402 -moz-margin-end: 20px; 402 -moz-margin-end: 20px;
(...skipping 15 matching lines...) Expand all
418 { 418 {
419 display: flex; 419 display: flex;
420 margin-bottom: 0px; 420 margin-bottom: 0px;
421 padding: 0px; 421 padding: 0px;
422 } 422 }
423 423
424 .tabs.horizontal li 424 .tabs.horizontal li
425 { 425 {
426 display: inline-block; 426 display: inline-block;
427 border-bottom: 1px solid #A1A1A1; 427 border-bottom: 1px solid #A1A1A1;
428 padding: 10px 46px;
428 color: #3A7BA6; 429 color: #3A7BA6;
429 padding: 10px 46px;
430 text-align: center; 430 text-align: center;
431 } 431 }
432 432
433 .icon, 433 .icon,
434 button[role="checkbox"], 434 button[role="checkbox"],
435 .table button.delete, 435 .table button.delete,
436 #content-help a::before, 436 #content-help a::before,
437 #dialog-close::before, 437 #dialog-close::before,
438 #custom-filters-add button::after, 438 #custom-filters-add button::after,
439 #dialog-body button::before, 439 #dialog-body button::before,
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 { 630 {
631 display: inline-block; 631 display: inline-block;
632 } 632 }
633 633
634 #all-filter-lists .table li 634 #all-filter-lists .table li
635 { 635 {
636 padding-left: 16px; 636 padding-left: 16px;
637 padding-right: 16px; 637 padding-right: 16px;
638 } 638 }
639 639
640 #all-filter-lists .table li > span:first-of-type 640 #all-filter-lists .table li > div
641 { 641 {
642 display: inline-block; 642 display: flex;
643 width: 330px; 643 width: 330px;
644 } 644 }
645 645
646 .table-header 646 .table-header
647 { 647 {
648 display: flex; 648 display: flex;
649 } 649 }
650 650
651 #filter-lists h3 651 #filter-lists h3
652 { 652 {
(...skipping 26 matching lines...) Expand all
679 border-top: none; 679 border-top: none;
680 } 680 }
681 681
682 #all-filter-lists .controls button 682 #all-filter-lists .controls button
683 { 683 {
684 margin-top: 14px; 684 margin-top: 14px;
685 } 685 }
686 686
687 #all-filter-lists .arrow 687 #all-filter-lists .arrow
688 { 688 {
689 position: relative;
690 margin: auto 6px;
689 border-style: none; 691 border-style: none;
690 padding: 0px; 692 padding: 0px;
691 width: 6px; 693 width: 6px;
692 height: 4px; 694 height: 4px;
693 margin: 0px;
694 background-color: transparent;
695 background-position: -1px -54px; 695 background-position: -1px -54px;
696 cursor: pointer;
696 } 697 }
697 698
698 #all-filter-lists .table li:last-of-type a 699 #all-filter-lists .table li:last-of-type a
699 { 700 {
700 color: #3A7BA6; 701 color: #3A7BA6;
701 text-decoration: none; 702 text-decoration: none;
702 cursor: pointer; 703 cursor: pointer;
703 } 704 }
704 705
705 #all-filter-lists .table li:last-of-type span:last-child 706 #all-filter-lists .table li:last-of-type > span:last-child
706 { 707 {
707 -webkit-margin-start: auto; 708 -webkit-margin-start: auto;
708 -moz-margin-start: auto; 709 -moz-margin-start: auto;
710 }
711
712 #all-filter-lists li.show-message .date,
713 #all-filter-lists li.show-message .time,
714 #all-filter-lists li:not(.show-message) .message
715 {
716 display: none;
709 } 717 }
710 718
711 .date::before 719 .date::before
712 { 720 {
713 content: ""; 721 content: "";
714 -webkit-margin-end: 6px; 722 -webkit-margin-end: 6px;
715 -moz-margin-end: 6px; 723 -moz-margin-end: 6px;
716 height: 12px; 724 height: 12px;
717 width: 12px; 725 width: 12px;
718 background-position: -7px -49px; 726 background-position: -7px -49px;
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 .tooltip:not(:hover) > div[role="tooltip"], 946 .tooltip:not(:hover) > div[role="tooltip"],
939 div[role="tooltip"]:hover 947 div[role="tooltip"]:hover
940 { 948 {
941 visibility: hidden; 949 visibility: hidden;
942 opacity: 0; 950 opacity: 0;
943 -webkit-transition-delay: 0ms; 951 -webkit-transition-delay: 0ms;
944 transition-delay: 0ms; 952 transition-delay: 0ms;
945 } 953 }
946 954
947 div[role="tooltip"]::before, 955 div[role="tooltip"]::before,
948 div.context-menu-container::before 956 div.context-menu::before
949 { 957 {
950 background-image: url(options-sprite.png); 958 background-image: url(options-sprite.png);
951 background-position: -8px -42px; 959 background-position: -8px -42px;
952 content: ""; 960 content: "";
953 height: 6px; 961 height: 6px;
954 position: absolute; 962 position: absolute;
955 top: -6px; 963 top: -6px;
956 width: 14px; 964 width: 14px;
957 left: 30px; 965 left: 30px;
958 } 966 }
959 967
960 div.context-menu-container 968 div.context-menu
961 { 969 {
962 position: absolute; 970 position: absolute;
963 top: 21px; 971 top: 16px;
964 z-index: 1; 972 z-index: 1;
965 visibility: hidden; 973 visibility: hidden;
966 } 974 }
967 975
968 li.context div.context-menu-container 976 div.context-menu::before
969 {
970 visibility: visible;
971 }
972
973 div.context-menu-container::before
974 { 977 {
975 left: -4px; 978 left: -4px;
976 } 979 }
977 980
978 html[dir="rtl"] div.context-menu-container::before 981 html[dir="rtl"] div.context-menu::before
979 { 982 {
980 left: inherit; 983 left: inherit;
981 right: -4px; 984 right: -4px;
982 } 985 }
983 986
984 .context-menu div.context-menu-container > div 987 div.context-menu .content
985 { 988 {
986 position: relative; 989 position: relative;
987 left: calc(-50% + 2px); 990 left: calc(-50% + 2px);
991 border-radius: 3px;
992 padding: 4px 10px;
988 background-color: rgba(45, 45, 45, 0.95); 993 background-color: rgba(45, 45, 45, 0.95);
989 padding: 0px 10px; 994 cursor: default;
990 border-radius: 3px; 995 }
991 } 996
992 997 html[dir="rtl"] div.context-menu .content
993 html[dir="rtl"] div.context-menu-container > div
994 { 998 {
995 left: inherit; 999 left: inherit;
996 right: -50%; 1000 right: -50%;
997 } 1001 }
998 1002
999 div.context-menu-container > div a::before 1003 li.show-context-menu div.context-menu
1004 {
1005 visibility: visible;
1006 }
1007
1008 div.context-menu > div a::before
1000 { 1009 {
1001 content: ""; 1010 content: "";
1002 -moz-margin-end: 8px; 1011 -moz-margin-end: 8px;
1003 -webkit-margin-end: 8px; 1012 -webkit-margin-end: 8px;
1004 } 1013 }
1005 1014
1006 div.context-menu-container > div a 1015 div.context-menu > div a
1007 { 1016 {
1008 display: block; 1017 display: block;
1018 padding: 7px 4px;
1019 border-bottom: 1px solid #CDCDCD;
1009 text-decoration: none; 1020 text-decoration: none;
1010 padding: 6px 0px;
1011 border-bottom: 1px solid #CDCDCD;
1012 cursor: pointer; 1021 cursor: pointer;
1013 vertical-align: middle; 1022 vertical-align: middle;
1014 } 1023 }
1015 1024
1016 div.context-menu-container > div a:before 1025 div.context-menu > div a::before
1017 { 1026 {
1018 vertical-align: middle; 1027 vertical-align: middle;
1019 height: 16px; 1028 height: 16px;
1020 width: 16px; 1029 width: 16px;
1021 } 1030 }
1022 1031
1023 div.context-menu-container > div a:last-child 1032 div.context-menu > div a:last-child
1024 { 1033 {
1025 border: none; 1034 border: none;
1026 } 1035 }
1027 1036
1028 .context-menu .update-now::before 1037 .context-menu .update-subscription::before
1029 { 1038 {
1030 background-position: -38px -31px; 1039 background-position: -38px -31px;
1031 } 1040 }
1032 1041
1033 .context-menu .website::before 1042 .context-menu .website::before
1034 { 1043 {
1035 background-position: -33px -47px; 1044 background-position: -33px -47px;
1036 } 1045 }
1037 1046
1038 .context-menu .source::before 1047 .context-menu .source::before
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
1303 #other-language .button-add::before 1312 #other-language .button-add::before
1304 { 1313 {
1305 display: none; 1314 display: none;
1306 } 1315 }
1307 1316
1308 #other-language .display 1317 #other-language .display
1309 { 1318 {
1310 -webkit-margin-start: 10px; 1319 -webkit-margin-start: 10px;
1311 -moz-margin-start: 10px; 1320 -moz-margin-start: 10px;
1312 } 1321 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld