From 050d1478c9defb6a52633aa4804bac4dd80cb2f0 Mon Sep 17 00:00:00 2001 From: Jonathan Corwin Date: Tue, 21 Sep 2010 23:22:05 +0100 Subject: [PATCH] Attempt to speed up video restart when looping. Make sure outlined fonts don't vanish off left hand side --- openlp/core/lib/htmlbuilder.py | 145 ++++++++++++++++++++------------- openlp/core/ui/maindisplay.py | 2 +- 2 files changed, 89 insertions(+), 58 deletions(-) diff --git a/openlp/core/lib/htmlbuilder.py b/openlp/core/lib/htmlbuilder.py index ef8fb286a..505122b1f 100644 --- a/openlp/core/lib/htmlbuilder.py +++ b/openlp/core/lib/htmlbuilder.py @@ -58,7 +58,10 @@ body { #image { z-index:1; } -#video { +#video1 { + z-index:2; +} +#video2 { z-index:2; } #alert { @@ -80,54 +83,12 @@ body {