You are here

video_filter.css in Video Filter 6.2

Same filename and directory in other branches
  1. 6.3 video_filter.css
  2. 7.3 video_filter.css
/**
 * Default alignment styles
 */
.video-left {
  float: left;
}

.video-right {
  float: right;
}

.video-center {
  display: block;
  margin: 0 auto;
}


/**
 * TinyMCE styles
 */
.defaultSkin span.mce_videofilter {
  background-image: url('wysiwyg/tinymce/images/movie_track.png');
  background-position: center;
  background-repeat: no-repeat;
}

#mceVideoPopup #file {
  width: 97%;
  padding:5px;
}

#mceVideoPopup ul {
  margin:0;
  padding-left:13px;
}

File

video_filter.css
View source
  1. /**
  2. * Default alignment styles
  3. */
  4. .video-left {
  5. float: left;
  6. }
  7. .video-right {
  8. float: right;
  9. }
  10. .video-center {
  11. display: block;
  12. margin: 0 auto;
  13. }
  14. /**
  15. * TinyMCE styles
  16. */
  17. .defaultSkin span.mce_videofilter {
  18. background-image: url('wysiwyg/tinymce/images/movie_track.png');
  19. background-position: center;
  20. background-repeat: no-repeat;
  21. }
  22. #mceVideoPopup #file {
  23. width: 97%;
  24. padding:5px;
  25. }
  26. #mceVideoPopup ul {
  27. margin:0;
  28. padding-left:13px;
  29. }