| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 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-2013 Eyeo GmbH | 3 * Copyright (C) 2006-2013 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 193 height: auto !important; | 193 height: auto !important; |
| 194 } | 194 } |
| 195 | 195 |
| 196 .abp-contributebutton-close:hover | 196 .abp-contributebutton-close:hover |
| 197 { | 197 { |
| 198 -moz-image-region: rect(0px, 28px, 14px, 14px); | 198 -moz-image-region: rect(0px, 28px, 14px, 14px); |
| 199 } | 199 } |
| 200 | 200 |
| 201 #abp-notification | 201 #abp-notification |
| 202 { | 202 { |
| 203 max-width: 300px; | 203 width: 300px; |
| 204 } | 204 } |
| 205 | 205 |
| 206 #abp-notification-question | 206 #abp-notification-question |
| 207 { | 207 { |
| 208 display: none; | 208 display: none; |
| 209 white-space: nowrap; | |
|
Felix Dahlke
2014/02/20 13:18:16
Isn't this kind of the opposite of what we want? W
Thomas Greiner
2014/02/20 13:19:26
This only affects the <hbox> element for the Yes/N
Felix Dahlke
2014/02/20 13:32:59
I see.
| |
| 209 } | 210 } |
| 210 | 211 |
| 211 .abp-question #abp-notification-question | 212 .abp-question #abp-notification-question |
| 212 { | 213 { |
| 213 display: block; | 214 display: block; |
| 214 } | 215 } |
| 215 | 216 |
| 216 #abp-notification html|a | 217 #abp-notification html|a |
| 217 { | 218 { |
| 218 cursor: pointer; | 219 cursor: pointer; |
| 219 color: #0000f0; | 220 color: #0000f0; |
| 220 } | 221 } |
| 221 | 222 |
| 222 #abp-notification html|a:hover | 223 #abp-notification html|a:hover |
| 223 { | 224 { |
| 224 text-decoration: underline; | 225 text-decoration: underline; |
| 225 } | 226 } |
| OLD | NEW |