blob: 9c692d17a2e492b3b05aa98fd8b02d242b041056 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
/**
* @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
* @version : $Id$
*/
.video_image_teaser {
float: left;
padding: 0.5em;
}
br.video_image_clear {
clear: both;
}
.video_image_view {
/* inser here rules for node page image */
}
.video-ffmpeg-helper-inprogress {
border: 1px solid red;
padding: .5em;
}
|