From fda7412f75dfa20062cf213747b2320f7ba6499e Mon Sep 17 00:00:00 2001 From: Phill Ridout Date: Sat, 3 Jul 2010 04:06:02 +0100 Subject: [PATCH 1/7] added css to remove white space arround background video adjusted spacing, added escapes to double quotes and moved the > on the body tag to its proper place! --- openlp/core/ui/maindisplay.py | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index aaef47612..36df43988 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -43,19 +43,27 @@ HTMLIMAGE = """ #http://www.steveheffernan.com/html5-video-player/demo-video-player.html HTMLVIDEO = u""" - - \" - - + + + + """ class DisplayManager(QtGui.QWidget): From 5f15b2fd7ddf4f635f6fa993a16fbc7b213e199f Mon Sep 17 00:00:00 2001 From: Phill Ridout Date: Sat, 3 Jul 2010 06:41:24 +0100 Subject: [PATCH 2/7] added missing --- openlp/core/ui/maindisplay.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index 36df43988..c397b570c 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -57,6 +57,7 @@ HTMLVIDEO = u""" video.volume = 0; } +