From be5fd4d82fbcf82140262c341a82005680a0b1a5 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 12 Feb 2013 16:22:18 +0530 Subject: [PATCH] update css --- static/css/videopdf.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/videopdf.css b/static/css/videopdf.css index 23498ef..ac7aca7 100644 --- a/static/css/videopdf.css +++ b/static/css/videopdf.css @@ -5,6 +5,8 @@ padding: 4px; border: 2px solid rgb(255, 255, 255); border-radius: 16px; + background-color: rgba(0, 0, 0, 0.5); + box-shadow: 0 0 2px rgb(0, 0, 0); } .playButton { left: 0; @@ -16,4 +18,7 @@ .editButton { right: 8px; bottom: 8px; +} +.interface { + position: relative; } \ No newline at end of file