You are here

video.css in Video 5

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

Contains css theming rules for video module and plugins

@author Fabio Varesano <fvaresano at yahoo dot it>

File

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