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

Delta Between Two Patch Sets: skin/options.css

Issue 29321240: Issue 2359 - Polished design of options page sidebar (Closed)
Left Patch Set: Created July 9, 2015, 4:41 p.m.
Right Patch Set: Fixed adjustment of sidebar icons in sprite Created July 10, 2015, 11:48 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 | « skin/fonts/SourceSansPro-Semibold.woff ('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-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
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details. 12 * GNU General Public License for more details.
13 * 13 *
14 * You should have received a copy of the GNU General Public License 14 * You should have received a copy of the GNU General Public License
15 * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. 15 * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
16 */ 16 */
17 17
18 @font-face 18 @font-face
19 { 19 {
20 font-family: "Source Sans Pro"; 20 font-family: "Source Sans Pro";
21 src: url(fonts/SourceSansPro-Light.woff) format("woff"); 21 src: url(fonts/SourceSansPro-Light.woff);
22 /* local("Ø") forces using no local font called Source Sans Pro */
23 src: local("Ø"), url(fonts/SourceSansPro-Light.woff) format("woff");
22 font-weight: 300; 24 font-weight: 300;
23 font-style: normal; 25 font-style: normal;
24 } 26 }
25 27
26 @font-face 28 @font-face
27 { 29 {
28 font-family: "Source Sans Pro"; 30 font-family: "Source Sans Pro";
29 src: url(fonts/SourceSansPro-Regular.woff) format("woff"); 31 src: url(fonts/SourceSansPro-Regular.woff);
32 /* local("Ø") forces using no local font called Source Sans Pro */
33 src: local("Ø"), url(fonts/SourceSansPro-Regular.woff) format("woff");
30 font-weight: 400; 34 font-weight: 400;
31 font-style: normal; 35 font-style: normal;
32 } 36 }
33 37
34 @font-face 38 @font-face
35 { 39 {
36 font-family: "Source Sans Pro"; 40 font-family: "Source Sans Pro";
37 src: url(fonts/SourceSansPro-Semibold.woff) format("woff"); 41 src: url(fonts/SourceSansPro-Semibold.woff);
42 /* local("Ø") forces using no local font called Source Sans Pro */
43 src: local("Ø"), url(fonts/SourceSansPro-Semibold.woff) format("woff");
38 font-weight: 600; 44 font-weight: 600;
39 font-style: normal; 45 font-style: normal;
40 } 46 }
41 47
42 body 48 body
43 { 49 {
44 background-color: #F5F5F5; 50 background-color: #F5F5F5;
45 display: flex; 51 display: flex;
46 margin: 20px 10px; 52 margin: 20px 10px;
47 font-family: "Source Sans Pro", sans-serif; 53 font-family: "Source Sans Pro", sans-serif;
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 border-width: 1px; 176 border-width: 1px;
171 font-weight: 600; 177 font-weight: 600;
172 -moz-border-start-color: #CDCDCD; 178 -moz-border-start-color: #CDCDCD;
173 -webkit-border-start-color: #CDCDCD; 179 -webkit-border-start-color: #CDCDCD;
174 -moz-margin-end: -1px; 180 -moz-margin-end: -1px;
175 -webkit-margin-end: -1px; 181 -webkit-margin-end: -1px;
176 -moz-margin-start: -1px; 182 -moz-margin-start: -1px;
177 -webkit-margin-start: -1px; 183 -webkit-margin-start: -1px;
178 -moz-padding-end: 21px; 184 -moz-padding-end: 21px;
179 -webkit-padding-end: 21px; 185 -webkit-padding-end: 21px;
180 -moz-padding-start: 21px; 186 -moz-padding-start: 21px;
saroyanm 2015/07/09 17:48:14 I assume you are not using "padding: 14px 20px;" n
Thomas Greiner 2015/07/10 09:48:14 Exactly, unfortunately there's no nice way to hand
181 -webkit-padding-start: 21px; 187 -webkit-padding-start: 21px;
182 } 188 }
183 189
184 html[dir="rtl"] body[data-tab="general"] #tab-general, 190 html[dir="rtl"] body[data-tab="general"] #tab-general,
185 html[dir="rtl"] body[data-tab="advanced"] #tab-advanced, 191 html[dir="rtl"] body[data-tab="advanced"] #tab-advanced,
186 html[dir="rtl"] body[data-tab="help"] #tab-help 192 html[dir="rtl"] body[data-tab="help"] #tab-help
187 { 193 {
188 border-radius: 0px 3px 3px 0px; 194 border-radius: 0px 3px 3px 0px;
189 } 195 }
190 196
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 -moz-padding-end: 10px; 895 -moz-padding-end: 10px;
890 -webkit-padding-start: 0px; 896 -webkit-padding-start: 0px;
891 -moz-padding-start: 0px; 897 -moz-padding-start: 0px;
892 } 898 }
893 899
894 #other-language .display 900 #other-language .display
895 { 901 {
896 -webkit-margin-start: 10px; 902 -webkit-margin-start: 10px;
897 -moz-margin-start: 10px; 903 -moz-margin-start: 10px;
898 } 904 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld