aboutsummaryrefslogtreecommitdiff
path: root/video.css
diff options
context:
space:
mode:
authorHeshan <heshan@heidisoft.com>2011-03-06 23:22:38 +0530
committerHeshan <heshan@heidisoft.com>2011-03-06 23:22:38 +0530
commit7235ebc06e881ebefe1d2c45a3b0f5304e26b936 (patch)
tree43a58a1a988ad29a03fde22e638f234564cfc275 /video.css
parentf1b598ecbcc28304aa33d98d6c42ab29af1c2b42 (diff)
downloadvideo-7235ebc06e881ebefe1d2c45a3b0f5304e26b936.tar.gz
video-7235ebc06e881ebefe1d2c45a3b0f5304e26b936.tar.bz2
Completed general video upload with Video field and auto thumbnails creation using FFMPEG
Diffstat (limited to 'video.css')
-rw-r--r--video.css14
1 files changed, 0 insertions, 14 deletions
diff --git a/video.css b/video.css
index e32fb59..e69de29 100644
--- a/video.css
+++ b/video.css
@@ -1,14 +0,0 @@
-
-/**
- * Image upload widget.
- */
-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;
-}