You are here

video.css in Video 6.5

Same filename and directory in other branches
  1. 6.4 css/video.css
  2. 7.2 css/video.css
  3. 7 css/video.css
.filefield-element .filefield-file-info {
  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-thumbnails {
  overflow: auto;
}

.video-thumbnails .form-item {
  float:left;
  margin-right:10px;
  max-width:30%;
  padding-right:10px;
}

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

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

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

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

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

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

File

css/video.css
View source
  1. .filefield-element .filefield-file-info {
  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-thumbnails {
  16. overflow: auto;
  17. }
  18. .video-thumbnails .form-item {
  19. float:left;
  20. margin-right:10px;
  21. max-width:30%;
  22. padding-right:10px;
  23. }
  24. .video-helper-inprogress {
  25. border: 1px solid red;
  26. padding: 0.5em;
  27. }
  28. /* override filefield entry */
  29. .widget-edit {
  30. max-width:70%;
  31. }
  32. .widget-edit .form-item { white-space: normal !important; }
  33. /*
  34. * VIDEO OJBECT FIXES CROSS BROWSER
  35. */
  36. * html object.video-object {
  37. display: none;
  38. }
  39. * html object.video-object/**/ {
  40. display: inline;
  41. }
  42. * html object.video-object {
  43. display/**/: none;
  44. }