gcmsAudio.css 887 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*S gcmsAudioModal*/
  2. #gcmsAudioModal {
  3. position: absolute;
  4. right: auto;
  5. top: 75px;
  6. left: 305px;
  7. bottom: auto;
  8. margin: 0px;
  9. width: 500px;
  10. }
  11. #coorForGcmsAudioModal {
  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. #gcmsAudioModal .modal-header {
  23. cursor: pointer;
  24. }
  25. #gcmsAudioModal .modal-body {
  26. max-height: none;
  27. }
  28. #gcmsAudioPlayer {
  29. height: 80px;
  30. background: #000000;
  31. }
  32. #gcmsAudioList {
  33. overflow: hidden;
  34. }
  35. #gcmsAudioList li {
  36. float: left;
  37. margin:5px 10px 5px 0;
  38. }
  39. #gcmsAudioList li .btn {
  40. width: 80px;
  41. }
  42. #gcmsAudioList li .btn.selected {
  43. background: #00287b;
  44. border-color: #00287b;
  45. color: #ffffff;
  46. }
  47. /*E gcmsAudioModal*/