From 54da885878e6106b610a045e0aeec1fed87b014b Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 12 Feb 2013 16:07:25 +0530 Subject: [PATCH] add css --- static/css/pdfvideo.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 static/css/pdfvideo.css diff --git a/static/css/pdfvideo.css b/static/css/pdfvideo.css new file mode 100644 index 0000000..23498ef --- /dev/null +++ b/static/css/pdfvideo.css @@ -0,0 +1,19 @@ +.button { + position: absolute; + width: 20px; + height: 20px; + padding: 4px; + border: 2px solid rgb(255, 255, 255); + border-radius: 16px; +} +.playButton { + left: 0; + top: 0; + right: 0; + bottom: 0; + margin: auto; +} +.editButton { + right: 8px; + bottom: 8px; +} \ No newline at end of file