diff options
author | Heshan <heshan@heidisoft.com> | 2011-03-19 00:33:50 +0530 |
---|---|---|
committer | Heshan <heshan@heidisoft.com> | 2011-03-19 00:33:50 +0530 |
commit | a43b5f2f08002e47bc575f5a4a4618ebebc3d9c6 (patch) | |
tree | 6552d0f616ed4680797a4f67829bc5e556359e32 /css | |
parent | 797aef53344791c484e5568a1a4a639301ed262f (diff) | |
download | video-a43b5f2f08002e47bc575f5a4a4618ebebc3d9c6.tar.gz video-a43b5f2f08002e47bc575f5a4a4618ebebc3d9c6.tar.bz2 |
Updated the hook_theme and video themes, remove theme funcations to video.theme.inc and added HTML5 with Flash fallback with Flowplayer
Diffstat (limited to 'css')
-rw-r--r-- | css/video.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/css/video.css b/css/video.css index 6964312..db6b585 100644 --- a/css/video.css +++ b/css/video.css @@ -49,7 +49,11 @@ br.video_image_clear { /* inser here rules for node page image */ } -.video-ffmpeg-helper-inprogress { +.video-inprogress { + border: 1px solid red; + padding: .5em; +} +.video-conversion-failed{ border: 1px solid red; padding: .5em; } |