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

Side by Side Diff: skin/options.css

Issue 29321417: Issue 2357 - Added "predefined list" dialog to options page (Closed)
Patch Set: Post-review: Merged Created July 16, 2015, 11:36 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
« options.js ('K') | « 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-2015 Eyeo GmbH 3 * Copyright (C) 2006-2015 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 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 body[data-dialog] #dialog-background 821 body[data-dialog] #dialog-background
822 { 822 {
823 display: block; 823 display: block;
824 } 824 }
825 825
826 #dialog 826 #dialog
827 { 827 {
828 background-color: #FFFFFF; 828 background-color: #FFFFFF;
829 border: 2px solid #4D9D4B; 829 border: 2px solid #4D9D4B;
830 border-radius: 3px; 830 border-radius: 3px;
831 display: none;
832 margin: auto; 831 margin: auto;
833 position:absolute; 832 position:absolute;
834 top:100px; 833 top:100px;
835 left: 0px; 834 left: 0px;
836 right: 0px; 835 right: 0px;
837 z-index: 2; 836 z-index: 2;
838 width: 400px; 837 width: 400px;
839 } 838 }
840 839
841 #dialog header 840 #dialog header
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 907
909 #dialog-title 908 #dialog-title
910 { 909 {
911 -moz-margin-start: 16px; 910 -moz-margin-start: 16px;
912 -webkit-margin-start: 16px; 911 -webkit-margin-start: 16px;
913 flex: 1; 912 flex: 1;
914 font-size: 16px; 913 font-size: 16px;
915 color: #FFFFFF; 914 color: #FFFFFF;
916 } 915 }
917 916
918 #dialog-title > span
919 {
920 display: none;
921 }
922
923 body[data-dialog="customlist"] #dialog-title-customlist,
924 body[data-dialog="language"] #dialog-title-language
925 {
926 display: inline;
927 }
928
929 #dialog-body .dialog-content-block 917 #dialog-body .dialog-content-block
930 { 918 {
931 padding: 12px 0px; 919 padding: 12px 0px;
932 } 920 }
933 921
934 #dialog-body .dialog-content
935 {
936 display: none;
937 }
938
939 #dialog .button-wrapper 922 #dialog .button-wrapper
940 { 923 {
941 background-color: #F5F5F5; 924 background-color: #F5F5F5;
942 margin-top: 8px; 925 margin-top: 8px;
943 padding: 10px 16px; 926 padding: 10px 16px;
944 cursor: pointer; 927 cursor: pointer;
945 width: auto; 928 width: auto;
946 } 929 }
947 930
948 #dialog .button-wrapper span:not(.icon) 931 #dialog .button-wrapper span:not(.icon)
949 { 932 {
950 color: #3A7BA6; 933 color: #3A7BA6;
951 display: inline-block; 934 display: inline-block;
952 -moz-margin-start: 15px; 935 -moz-margin-start: 15px;
953 -webkit-margin-start: 15px; 936 -webkit-margin-start: 15px;
954 vertical-align: top; 937 vertical-align: top;
955 } 938 }
956 939
957 body[data-dialog="customlist"] #dialog-content-customlist, 940 #dialog .url
958 body[data-dialog="language"] #dialog-content-language,
959 body[data-dialog] #dialog
960 { 941 {
961 display: block; 942 margin-top: 10px;
943 margin-bottom: 20px;
944 word-wrap: break-word;
945 }
946
947 body:not([data-dialog="custom"]) #dialog-title-custom,
948 body:not([data-dialog="custom"]) #dialog-content-custom,
949 body:not([data-dialog="language"]) #dialog-title-language,
950 body:not([data-dialog="language"]) #dialog-content-language,
951 body:not([data-dialog="predefined"]) #dialog-title-predefined,
952 body:not([data-dialog="predefined"]) #dialog-content-predefined,
953 body:not([data-dialog]) #dialog
954 {
955 display: none;
962 } 956 }
963 957
964 #other-language .button-add 958 #other-language .button-add
965 { 959 {
966 -webkit-border-end: 1px solid #CDCDCD; 960 -webkit-border-end: 1px solid #CDCDCD;
967 -moz-border-end: 1px solid #CDCDCD; 961 -moz-border-end: 1px solid #CDCDCD;
968 -webkit-padding-end: 10px; 962 -webkit-padding-end: 10px;
969 -moz-padding-end: 10px; 963 -moz-padding-end: 10px;
970 -webkit-padding-start: 0px; 964 -webkit-padding-start: 0px;
971 -moz-padding-start: 0px; 965 -moz-padding-start: 0px;
972 } 966 }
973 967
974 #other-language .display 968 #other-language .display
975 { 969 {
976 -webkit-margin-start: 10px; 970 -webkit-margin-start: 10px;
977 -moz-margin-start: 10px; 971 -moz-margin-start: 10px;
978 } 972 }
OLDNEW
« options.js ('K') | « options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld