From fda7412f75dfa20062cf213747b2320f7ba6499e Mon Sep 17 00:00:00 2001 From: Phill Ridout Date: Sat, 3 Jul 2010 04:06:02 +0100 Subject: [PATCH] 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):