LEFT | RIGHT |
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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 } | 248 } |
249 | 249 |
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 } |
| 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; |
258 } | 270 } |
259 | 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; |
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1041 #dialog-body button | 1053 #dialog-body button |
1042 { | 1054 { |
1043 background-color: #F5F5F5; | 1055 background-color: #F5F5F5; |
1044 border: none; | 1056 border: none; |
1045 color: #3A7BA6; | 1057 color: #3A7BA6; |
1046 cursor: pointer; | 1058 cursor: pointer; |
1047 display: block; | 1059 display: block; |
1048 font-family: inherit; | 1060 font-family: inherit; |
1049 margin-top: 8px; | 1061 margin-top: 8px; |
1050 padding: 10px 16px; | 1062 padding: 10px 16px; |
1051 text-align: left; | 1063 text-align: initial; |
1052 width: 100%; | 1064 width: 100%; |
1053 } | 1065 } |
1054 | 1066 |
1055 #dialog .url | 1067 #dialog .url |
1056 { | 1068 { |
1057 margin-top: 10px; | 1069 margin-top: 10px; |
1058 margin-bottom: 20px; | 1070 margin-bottom: 20px; |
1059 word-wrap: break-word; | 1071 word-wrap: break-word; |
1060 } | 1072 } |
1061 | 1073 |
(...skipping 25 matching lines...) Expand all Loading... |
1087 #other-language .button-add::before | 1099 #other-language .button-add::before |
1088 { | 1100 { |
1089 display: none; | 1101 display: none; |
1090 } | 1102 } |
1091 | 1103 |
1092 #other-language .display | 1104 #other-language .display |
1093 { | 1105 { |
1094 -webkit-margin-start: 10px; | 1106 -webkit-margin-start: 10px; |
1095 -moz-margin-start: 10px; | 1107 -moz-margin-start: 10px; |
1096 } | 1108 } |
LEFT | RIGHT |