gcmsVideo.css 878 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /*S gcmsVideoModal*/
  2. #gcmsVideoModal {
  3. position: absolute;
  4. right: auto;
  5. top: 75px;
  6. left: 305px;
  7. bottom: auto;
  8. margin: 0px;
  9. width: 500px;
  10. }
  11. #coorForGcmsVideoModal {
  12. width: 20px;
  13. height: 20px;
  14. overflow: hidden;
  15. cursor: se-resize;
  16. position: absolute;
  17. right: 0;
  18. bottom: 0;
  19. background: url(../../images/layout/bg-coor.png) no-repeat right bottom;
  20. z-index: 99999;
  21. }
  22. #gcmsVideoModal .modal-header {
  23. cursor: pointer;
  24. }
  25. #gcmsVideoModal .modal-body {
  26. max-height: none;
  27. }
  28. #gcmsVideoPlayer {
  29. height: 100%;
  30. width:100%
  31. }
  32. #gcmsVideoList {
  33. overflow: hidden;
  34. }
  35. #gcmsVideoList li {
  36. float: left;
  37. margin:5px 10px 5px 0;
  38. }
  39. #gcmsVideoList li .btn {
  40. width: 80px;
  41. }
  42. #gcmsVideoList li .btn.selected {
  43. background: #00287b;
  44. border-color: #00287b;
  45. color: #ffffff;
  46. }
  47. /*E gcmsVideoModal*/