You are here

video.css in Video 6.2

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

Contains css theming rules for video module and plugins

@author Fabio Varesano <fvaresano at yahoo dot it> @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. * @author Heshan Wanigasooriya
  7. * @todo
  8. */
  9. .video_image_teaser {
  10. float: left;
  11. padding: 0.5em;
  12. }
  13. br.video_image_clear {
  14. clear: both;
  15. }
  16. .video_image_view {
  17. /* inser here rules for node page image */
  18. }
  19. .video-ffmpeg-helper-inprogress {
  20. border: 1px solid red;
  21. padding: .5em;
  22. }