Update to alert

This commit is contained in:
Tim Bentley 2010-08-03 19:30:38 +01:00
parent 7152d60a16
commit 6d5eae7377
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ def build_alert(width, height, alertTab):
Details from the Alert tab for fonts etc
"""
style = """
.alertcommon { position: absolute; z-index:8; left 0px; top 0px; %s }
.alerttable { position: absolute; z-index:8; left 0px; top 0px; %s }
.alert { %s }
table {border=0; margin=0; padding=0; }
"""