From 6d5eae737775531dc5cb1d9c91966c176b8885c6 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Tue, 3 Aug 2010 19:30:38 +0100 Subject: [PATCH] Update to alert --- openlp/core/lib/htmlbuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/lib/htmlbuilder.py b/openlp/core/lib/htmlbuilder.py index 6caee9279..c6a87ab70 100644 --- a/openlp/core/lib/htmlbuilder.py +++ b/openlp/core/lib/htmlbuilder.py @@ -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; } """