You are here

video.css in Video 7.2

Same filename in this branch
  1. 7.2 css/video.css
  2. 7.2 wysiwyg_plugins/video/video.css
Same filename and directory in other branches
  1. 6.5 css/video.css
  2. 6.4 css/video.css
  3. 7 css/video.css
.video_thumbnail {
  min-width: 100px;
  min-height: 100px;
}

.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-inprogress {
  border: 1px solid red;
  padding: .5em;
}
.video-conversion-failed{
  border: 1px solid red;
  padding: .5em;
}

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

.widget-edit .form-item { white-space: normal !important; }

.admin_flv_player_wrapper { display: none; }

/*
* VIDEO OJBECT FIXES CROSS BROWSER
*/
* html object.video-object {
  display: none;
}

* html object.video-object/**/ {
  display: inline;
}

* html object.video-object {
  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;
}
/**
* Wysiwyg video browser
*/
div#video-browser-page-wrapper div#video-browser-page div.video-item{
  float: left;
  height:128px;
  padding: 5px;
  text-align: center;
  border: 1px #ccc dotted;
}
div#video-browser-page-wrapper div#video-browser-page div.video-item:hover{
  background-color: antiquewhite;
}

File

css/video.css
View source
  1. .video_thumbnail {
  2. min-width: 100px;
  3. min-height: 100px;
  4. }
  5. .video-width-text {
  6. width:10px;
  7. }
  8. .video-thumb-selection{
  9. }
  10. .video-thumb-selection .form-item {
  11. }
  12. .video-thumbnails{
  13. /* display : block;*/
  14. }
  15. .video-thumbnails .form-item{
  16. float:left;
  17. margin-right:10px;
  18. max-width:30%;
  19. padding-right:10px;
  20. }
  21. .video-bypass-auto-conversion{
  22. }
  23. .video-default-thumbnail{
  24. }
  25. .video-data{
  26. }
  27. .video_image_teaser {
  28. float: left;
  29. padding: 0.5em;
  30. }
  31. br.video_image_clear {
  32. clear: both;
  33. }
  34. .video_image_view {
  35. /* inser here rules for node page image */
  36. }
  37. .video-inprogress {
  38. border: 1px solid red;
  39. padding: .5em;
  40. }
  41. .video-conversion-failed{
  42. border: 1px solid red;
  43. padding: .5em;
  44. }
  45. /* override filefield entry */
  46. .widget-edit{
  47. max-width:70%;
  48. }
  49. .widget-edit .form-item { white-space: normal !important; }
  50. .admin_flv_player_wrapper { display: none; }
  51. /*
  52. * VIDEO OJBECT FIXES CROSS BROWSER
  53. */
  54. * html object.video-object {
  55. display: none;
  56. }
  57. * html object.video-object/**/ {
  58. display: inline;
  59. }
  60. * html object.video-object {
  61. display/**/: none;
  62. }
  63. div.video-preview {
  64. float: left; /* LTR */
  65. padding: 0 10px 10px 0; /* LTR */
  66. }
  67. div.video-widget-data {
  68. float: left; /* LTR */
  69. width: 85%;
  70. }
  71. div.video-widget-data input.text-field {
  72. width: auto;
  73. }
  74. /**
  75. * Wysiwyg video browser
  76. */
  77. div#video-browser-page-wrapper div#video-browser-page div.video-item{
  78. float: left;
  79. height:128px;
  80. padding: 5px;
  81. text-align: center;
  82. border: 1px #ccc dotted;
  83. }
  84. div#video-browser-page-wrapper div#video-browser-page div.video-item:hover{
  85. background-color: antiquewhite;
  86. }