Defect #538
Icons show partly in Webclient
100%
Description
To solve this change the stylesheet:
label.dialogs_message
{
font: 12pt 'Lucida Grande', Arial, Helvetica, sans-serif;
}
label.dialogs_icon_generic {
background-image: url("media:///dialogs_icon_generic.png");
background-repeat: no-repeat;
background-size: 60px }
label.dialogs_icon_info {
background-image: url("media:///dialogs_icon_info.png");
background-repeat: no-repeat;
background-size: 60px }
label.dialogs_icon_warning {
background-image: url("media:///dialogs_icon_warning.png");
background-repeat: no-repeat;
background-size: 60px }
label.dialogs_icon_error {
background-image: url("media:///dialogs_icon_error.png");
background-repeat: no-repeat;
background-size: 60px }
History
Updated by Robert Ivens over 12 years ago
Hi Sanneke,
On what OS/browser did you see the partial icons? I can't reproduce this with the original code/stylesheet.
In fact I DO see it with your proposed stylesheet.
Updated by Robert Ivens over 12 years ago
- Status changed from New to Feedback
Sanneke,
We can't reproduce this anymore with the latest version (1.5.2).
This version doesn't use a stylesheet for the icons anymore.
Can you test things on your side?
Updated by Robert Ivens over 12 years ago
- Status changed from Feedback to Closed
- % Done changed from 0 to 100
No response so I assume it is fixed.
If you still experience this please reopen the issue.