LEFT | RIGHT |
1 /* | 1 /* |
2 * This file is part of Adblock Plus <http://adblockplus.org/>, | 2 * This file is part of Adblock Plus <http://adblockplus.org/>, |
3 * Copyright (C) 2006-2014 Eyeo GmbH | 3 * Copyright (C) 2006-2014 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 #clickhide-cancel .icon | 152 #clickhide-cancel .icon |
153 { | 153 { |
154 background-position: -50px -33px; | 154 background-position: -50px -33px; |
155 } | 155 } |
156 | 156 |
157 #clickhide-instructions | 157 #clickhide-instructions |
158 { | 158 { |
159 margin: 10px 15px; | 159 margin: 10px 15px; |
160 } | 160 } |
161 | 161 |
162 #blockable .icon, #blockable-close .icon | 162 #blockable .icon |
163 { | 163 { |
164 background-position: -66px -17px; | 164 background-position: -66px -17px; |
| 165 } |
| 166 |
| 167 #blockable:not(.open) [data-action="close"], |
| 168 #blockable.open [data-action="open"] |
| 169 { |
| 170 display: none; |
165 } | 171 } |
166 | 172 |
167 #report-issue .icon | 173 #report-issue .icon |
168 { | 174 { |
169 background-position: -50px -81px; | 175 background-position: -50px -81px; |
170 } | 176 } |
171 | 177 |
172 label | 178 label |
173 { | 179 { |
174 vertical-align: middle; | 180 vertical-align: middle; |
175 } | 181 } |
LEFT | RIGHT |