Project

General

Profile

Defect #538

Icons show partly in Webclient

Added by Sanneke Aleman over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
07/26/2012
Due date:
% Done:

100%

Estimated time:
Browser (if web client):

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

#1

Updated by Robert Ivens over 11 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.

#2

Updated by Sanneke Aleman over 11 years ago

This is on windows/chrome.

#3

Updated by Robert Ivens over 11 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?

#4

Updated by Robert Ivens over 11 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.

Also available in: Atom PDF