aboutsummaryrefslogtreecommitdiff
path: root/css/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 /css/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 'css/video.css')
-rw-r--r--css/video.css11
1 files changed, 10 insertions, 1 deletions
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;
+}