diff options
author | Heshan <heshan@heidisoft.com> | 2011-03-15 20:08:28 +0530 |
---|---|---|
committer | Heshan <heshan@heidisoft.com> | 2011-03-15 20:08:28 +0530 |
commit | 22ea3cf474ec42cf6272fb14a8916240295cff1a (patch) | |
tree | 866d8a40ac08afb598b872572e8ee8cee24de40f /css | |
parent | 14c097ff41e0410784aa1fdae7b4312ec70ff5e0 (diff) | |
download | video-22ea3cf474ec42cf6272fb14a8916240295cff1a.tar.gz video-22ea3cf474ec42cf6272fb14a8916240295cff1a.tar.bz2 |
Conversion of the videos are in and tested with mp4 and webm presets
Diffstat (limited to 'css')
-rw-r--r-- | css/video.css | 77 |
1 files changed, 13 insertions, 64 deletions
diff --git a/css/video.css b/css/video.css index 51d59d2..6964312 100644 --- a/css/video.css +++ b/css/video.css @@ -1,75 +1,22 @@ - -.filefield-element .filefield-file-info, .video_thumbnail { - min-width: 100px; - min-height: 100px; -} - -.filefield-element .imagefield-preview { - min-width: 100px; - min-height: 100px; -} - -.filefield-element .imagefield-text { - max-width: 40em; /* Reflect the maxlength of the ALT attribute (80 characters). */ -} - -.filefield-element .uploadfield-text { - max-width: 40em; -} - .video_thumbnail { min-width: 100px; min-height: 100px; } -.uploadfield { - -} - -.uploadfield-nodelink { - -} - -.uploadfield-video-thumb { - -} - -.uploadfield-video-thumb img{ - width : 250px; -/* min-width: 100px; */ - min-height: 210px; - -} - -.uploadfield-video-thumb span{ - /* This is the overlay image for use as a play button. */ - background: url(../images/play.png) no-repeat; - - /* This is the size of our button. DOES NOT WORK WITH DEFAULT THUMB SIZE! */ - width: 50px; - height: 112px; - position : absolute; - margin : 65px 100px; -} - -.uploadfield-video-thumb span:hover { - background-position: -50px 0px; -} - .video-width-text { width:10px; } .video-thumb-selection{ - + } .video-thumb-selection .form-item { - + } .video-thumbnails{ -/* display : block;*/ + /* display : block;*/ } .video-thumbnails .form-item{ float:left; @@ -82,11 +29,11 @@ } .video-default-thumbnail{ - + } .video-data{ - + } .video_image_teaser { @@ -115,27 +62,29 @@ br.video_image_clear { .widget-edit .form-item { white-space: normal !important; } .admin_flv_player_wrapper { display: none; } + /* - * VIDEO OJBECT FIXES CROSS BROWSER - */ +* VIDEO OJBECT FIXES CROSS BROWSER +*/ * html object.video-object { - display: none; + display: none; } * html object.video-object/**/ { - display: inline; + display: inline; } * html object.video-object { - display/**/: none; + display/**/: none; } - + div.video-preview { float: left; /* LTR */ padding: 0 10px 10px 0; /* LTR */ } div.video-widget-data { float: left; /* LTR */ + width: 85%; } div.video-widget-data input.text-field { width: auto; |