aboutsummaryrefslogtreecommitdiff
path: root/video.css
diff options
context:
space:
mode:
Diffstat (limited to 'video.css')
-rw-r--r--video.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/video.css b/video.css
index 487151a..3036c08 100644
--- a/video.css
+++ b/video.css
@@ -1,10 +1,11 @@
-/* $Id$ /*
-
/**
* @file
* Contains css theming rules for video module and plugins
*
* @author Fabio Varesano <fvaresano at yahoo dot it>
+ * porting to Drupal 6
+ * @author Heshan Wanigasooriya <heshan at heidisoft.com><heshanmw@gmail.com>
+ * @todo
*/
.video_image_teaser {
@@ -19,3 +20,8 @@ br.video_image_clear {
.video_image_view {
/* inser here rules for node page image */
}
+
+.video-ffmpeg-helper-inprogress {
+ border: 1px solid red;
+ padding: .5em;
+}