Left: | ||
Right: |
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-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), | |
1153 #share-chinese | |
1154 { | |
1155 display: none; | |
1156 } | |
1157 | |
1146 /* | 1158 /* |
1147 Dialog | 1159 Dialog |
1148 */ | 1160 */ |
1149 | 1161 |
1150 #dialog-background | 1162 #dialog-background |
1151 { | 1163 { |
1152 display: none; | 1164 display: none; |
1153 position: fixed; | 1165 position: fixed; |
1154 top: 0px; | 1166 top: 0px; |
1155 right: 0px; | 1167 right: 0px; |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1322 #other-language .button-add::before | 1334 #other-language .button-add::before |
1323 { | 1335 { |
1324 display: none; | 1336 display: none; |
1325 } | 1337 } |
1326 | 1338 |
1327 #other-language .display | 1339 #other-language .display |
1328 { | 1340 { |
1329 -webkit-margin-start: 10px; | 1341 -webkit-margin-start: 10px; |
1330 -moz-margin-start: 10px; | 1342 -moz-margin-start: 10px; |
1331 } | 1343 } |
OLD | NEW |