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

Side by Side Diff: skin/options.css

Issue 29321336: Issue 2381 - Added share overlay to options page (Closed)
Patch Set: Created July 2, 2015, 3:25 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « skin/firstRun.css ('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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 width: 16px; 215 width: 16px;
216 } 216 }
217 217
218 #tab-contribute .icon 218 #tab-contribute .icon
219 { 219 {
220 background-position: -30px -17px; 220 background-position: -30px -17px;
221 height: 16px; 221 height: 16px;
222 width: 16px; 222 width: 16px;
223 } 223 }
224 224
225 #tab-share:lang(zh),
226 #tab-share[hidden]
227 {
228 display: none;
229 }
230
231 #tab-share:lang(zh) + li,
232 #tab-share[hidden] + li
233 {
234 border-top: none;
235 }
236
225 #tab-content 237 #tab-content
226 { 238 {
227 background-color: #FFFFFF; 239 background-color: #FFFFFF;
228 border: 1px solid #CDCDCD; 240 border: 1px solid #CDCDCD;
229 border-radius: 8px; 241 border-radius: 8px;
230 padding: 0px 60px 40px 60px; 242 padding: 0px 60px 40px 60px;
231 width: 960px; 243 width: 960px;
232 } 244 }
233 245
234 #tab-content h1 246 #tab-content h1
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 -moz-padding-end: 10px; 888 -moz-padding-end: 10px;
877 -webkit-padding-start: 0px; 889 -webkit-padding-start: 0px;
878 -moz-padding-start: 0px; 890 -moz-padding-start: 0px;
879 } 891 }
880 892
881 #other-language .display 893 #other-language .display
882 { 894 {
883 -webkit-margin-start: 10px; 895 -webkit-margin-start: 10px;
884 -moz-margin-start: 10px; 896 -moz-margin-start: 10px;
885 } 897 }
OLDNEW
« no previous file with comments | « skin/firstRun.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld