You are here

uploadfield.css in Video 6.3

.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;*/
}
.video-thumbnails .form-item{
  float:left;
  margin-right:10px;
  max-width:30%;
  padding-right:10px;
}

.video-bypass-auto-conversion{

}
.video-default-thumbnail{
  
}

.video-data{
  
}

.video_image_teaser {
  float: left;
  padding: 0.5em;
}

br.video_image_clear {
  clear: both;
}

.video_image_view {
  /* inser here rules for node page image */
}

.video-ffmpeg-helper-inprogress {
  border: 1px solid red;
  padding: .5em;
}

/* override filefield entry */
.widget-edit{
  max-width:70%;
}

File

types/uploadfield/uploadfield.css
View source
  1. .filefield-element .filefield-file-info, .video_thumbnail {
  2. min-width: 100px;
  3. min-height: 100px;
  4. }
  5. .filefield-element .imagefield-preview {
  6. min-width: 100px;
  7. min-height: 100px;
  8. }
  9. .filefield-element .imagefield-text {
  10. max-width: 40em; /* Reflect the maxlength of the ALT attribute (80 characters). */
  11. }
  12. .filefield-element .uploadfield-text {
  13. max-width: 40em;
  14. }
  15. .video_thumbnail {
  16. min-width: 100px;
  17. min-height: 100px;
  18. }
  19. .uploadfield {
  20. }
  21. .uploadfield-nodelink {
  22. }
  23. .uploadfield-video-thumb {
  24. }
  25. .uploadfield-video-thumb img{
  26. width : 250px;
  27. /* min-width: 100px; */
  28. min-height: 210px;
  29. }
  30. .uploadfield-video-thumb span{
  31. /* This is the overlay image for use as a play button. */
  32. background: url(../../images/play.png) no-repeat;
  33. /* This is the size of our button. DOES NOT WORK WITH DEFAULT THUMB SIZE! */
  34. width: 50px;
  35. height: 112px;
  36. position : absolute;
  37. margin : 65px 100px;
  38. }
  39. .uploadfield-video-thumb span:hover {
  40. background-position: -50px 0px;
  41. }
  42. .video-width-text {
  43. width:10px;
  44. }
  45. .video-thumb-selection{
  46. }
  47. .video-thumb-selection .form-item {
  48. }
  49. .video-thumbnails{
  50. /* display : block;*/
  51. }
  52. .video-thumbnails .form-item{
  53. float:left;
  54. margin-right:10px;
  55. max-width:30%;
  56. padding-right:10px;
  57. }
  58. .video-bypass-auto-conversion{
  59. }
  60. .video-default-thumbnail{
  61. }
  62. .video-data{
  63. }
  64. .video_image_teaser {
  65. float: left;
  66. padding: 0.5em;
  67. }
  68. br.video_image_clear {
  69. clear: both;
  70. }
  71. .video_image_view {
  72. /* inser here rules for node page image */
  73. }
  74. .video-ffmpeg-helper-inprogress {
  75. border: 1px solid red;
  76. padding: .5em;
  77. }
  78. /* override filefield entry */
  79. .widget-edit{
  80. max-width:70%;
  81. }