You are here

video.css in Video 6

Same filename and directory in other branches
  1. 5 video.css
  2. 6.2 video.css

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

File

video.css
View source
  1. /**
  2. * @file
  3. * Contains css theming rules for video module and plugins
  4. *
  5. * @author Fabio Varesano
  6. * porting to Drupal 6
  7. * @author Heshan Wanigasooriya
  8. * @todo
  9. */
  10. .video_image_teaser {
  11. float: left;
  12. padding: 0.5em;
  13. }
  14. br.video_image_clear {
  15. clear: both;
  16. }
  17. .video_image_view {
  18. /* inser here rules for node page image */
  19. }
  20. .video-ffmpeg-helper-inprogress {
  21. border: 1px solid red;
  22. padding: .5em;
  23. }