aboutsummaryrefslogtreecommitdiff
path: root/video.css
diff options
context:
space:
mode:
authorHeshan Wanigasooriya <heshanmw@gmail.com>2009-04-25 00:30:48 +0000
committerHeshan Wanigasooriya <heshanmw@gmail.com>2009-04-25 00:30:48 +0000
commit23348d9bc9a704d4a1a58c9580d03737ee52f8a3 (patch)
tree32b64cadff3b9526dfee3fe499fd74da9cb83487 /video.css
parent0dd447f086652a8afb4e848b2c912c38e109b76f (diff)
downloadvideo-23348d9bc9a704d4a1a58c9580d03737ee52f8a3.tar.gz
video-23348d9bc9a704d4a1a58c9580d03737ee52f8a3.tar.bz2
Cmmiting Drupal 6 core capability version
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;
+}