From b92b319c4785f0984fe307424983593518447b89 Mon Sep 17 00:00:00 2001 From: Karen Date: Wed, 20 Jun 2012 23:08:09 +0530 Subject: [PATCH] video --- itf/static/css/modules/pandoravideo.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 itf/static/css/modules/pandoravideo.css diff --git a/itf/static/css/modules/pandoravideo.css b/itf/static/css/modules/pandoravideo.css new file mode 100644 index 0000000..dd39c0a --- /dev/null +++ b/itf/static/css/modules/pandoravideo.css @@ -0,0 +1,9 @@ +.pandoraContainer video { + width:570px; + padding:2px 0 10px 0; +} + +.pandoraLayerTitle { + font-weight:bold; + padding:4px 0; +} \ No newline at end of file