Project

General

Profile

Actions

Bug #941

closed

No edge transparency in snow frame images / padding

Added by Xcoder over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
04/21/2012
Due date:
% Done:

100%

Estimated time:

Description

The new images in skins/snow/images/artwork/ and the derived images used for the skin do not have the transparent right&bottom edge.

Safary has a 1px gap in td.fieldhead. This fixes the issue:

diff --git a/skins/snow/style-snow.css b/skins/snow/style-snow.css
index e15ac5b..e6db424 100644
--- a/skins/snow/style-snow.css
+++ b/skins/snow/style-snow.css
@@ -364,7 +364,7 @@ height:20px;
 color:#000;
 font-size:12px;
 font-weight:700;
-padding:3px 12px 0 4px;
+padding:2px 12px 0 4px;
 }

 div.fieldtext {
Actions #1

Updated by anbr over 12 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions #2

Updated by anbr over 12 years ago

  • Assignee set to anbr
  • Target version set to xxv-1.7.0
Actions

Also available in: Atom PDF