gcmsFiles.css 835 B

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