OLD | NEW |
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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 #tab-share .icon | 250 #tab-share .icon |
251 { | 251 { |
252 background-position: -61px -18px; | 252 background-position: -61px -18px; |
253 } | 253 } |
254 | 254 |
255 #tab-contribute .icon | 255 #tab-contribute .icon |
256 { | 256 { |
257 background-position: -31px -18px; | 257 background-position: -31px -18px; |
258 } | 258 } |
259 | 259 |
| 260 #tab-share:lang(zh), |
| 261 #tab-share[hidden] |
| 262 { |
| 263 display: none; |
| 264 } |
| 265 |
| 266 #tab-share:lang(zh) + li, |
| 267 #tab-share[hidden] + li |
| 268 { |
| 269 border-top: none; |
| 270 } |
| 271 |
260 #tab-content | 272 #tab-content |
261 { | 273 { |
262 background-color: #FFFFFF; | 274 background-color: #FFFFFF; |
263 border: 1px solid #CDCDCD; | 275 border: 1px solid #CDCDCD; |
264 border-radius: 8px; | 276 border-radius: 8px; |
265 box-sizing: border-box; | 277 box-sizing: border-box; |
266 min-width: 960px; | 278 min-width: 960px; |
267 padding: 0px 60px 40px 60px; | 279 padding: 0px 60px 40px 60px; |
268 } | 280 } |
269 | 281 |
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1077 -moz-padding-end: 10px; | 1089 -moz-padding-end: 10px; |
1078 -webkit-padding-start: 0px; | 1090 -webkit-padding-start: 0px; |
1079 -moz-padding-start: 0px; | 1091 -moz-padding-start: 0px; |
1080 } | 1092 } |
1081 | 1093 |
1082 #other-language .display | 1094 #other-language .display |
1083 { | 1095 { |
1084 -webkit-margin-start: 10px; | 1096 -webkit-margin-start: 10px; |
1085 -moz-margin-start: 10px; | 1097 -moz-margin-start: 10px; |
1086 } | 1098 } |
OLD | NEW |