From 7235ebc06e881ebefe1d2c45a3b0f5304e26b936 Mon Sep 17 00:00:00 2001 From: Heshan Date: Sun, 6 Mar 2011 23:22:38 +0530 Subject: Completed general video upload with Video field and auto thumbnails creation using FFMPEG --- css/video.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'css') diff --git a/css/video.css b/css/video.css index b880ea3..51d59d2 100644 --- a/css/video.css +++ b/css/video.css @@ -130,4 +130,13 @@ br.video_image_clear { display/**/: none; } - \ No newline at end of file +div.video-preview { + float: left; /* LTR */ + padding: 0 10px 10px 0; /* LTR */ +} +div.video-widget-data { + float: left; /* LTR */ +} +div.video-widget-data input.text-field { + width: auto; +} -- cgit v1.2.3