Left: | ||
Right: |
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-2016 Eyeo GmbH | 3 * Copyright (C) 2006-2016 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 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1136 -webkit-margin-end: 16px; | 1136 -webkit-margin-end: 16px; |
1137 vertical-align: top; | 1137 vertical-align: top; |
1138 } | 1138 } |
1139 | 1139 |
1140 #content-help a::before | 1140 #content-help a::before |
1141 { | 1141 { |
1142 -moz-margin-end: 6px; | 1142 -moz-margin-end: 6px; |
1143 -webkit-margin-end: 6px; | 1143 -webkit-margin-end: 6px; |
1144 } | 1144 } |
1145 | 1145 |
1146 #share-general, | |
1147 #share-chinese:lang(zh) | |
Thomas Greiner
2017/01/31 14:29:22
I'd prefer using `:not()` instead to avoid having
saroyanm
2017/02/01 13:22:18
Agree, we might want to fix that in firstRun page
| |
1148 { | |
1149 display: inline; | |
1150 } | |
1151 | |
1152 #share-general:lang(zh), | 1146 #share-general:lang(zh), |
1153 #share-chinese | 1147 #share-chinese:not(zh) |
1154 { | 1148 { |
1155 display: none; | 1149 display: none; |
1156 } | 1150 } |
1157 | 1151 |
1158 /* | 1152 /* |
1159 Dialog | 1153 Dialog |
1160 */ | 1154 */ |
1161 | 1155 |
1162 #dialog-background | 1156 #dialog-background |
1163 { | 1157 { |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1334 #other-language .button-add::before | 1328 #other-language .button-add::before |
1335 { | 1329 { |
1336 display: none; | 1330 display: none; |
1337 } | 1331 } |
1338 | 1332 |
1339 #other-language .display | 1333 #other-language .display |
1340 { | 1334 { |
1341 -webkit-margin-start: 10px; | 1335 -webkit-margin-start: 10px; |
1342 -moz-margin-start: 10px; | 1336 -moz-margin-start: 10px; |
1343 } | 1337 } |
LEFT | RIGHT |