video_filter.css in Video Filter 6.2
Same filename and directory in other branches
/**
* 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.cssView source
- /**
- * 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;
- }