gcmsShowInfos.css 728 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .gcmsShowInfos{
  2. position: absolute;
  3. right: auto;
  4. top: 75px;
  5. left: 305px;
  6. bottom: auto;
  7. margin: 0px;
  8. width: 500px
  9. }
  10. .coorFor {
  11. width: 20px;
  12. height: 20px;
  13. overflow: hidden;
  14. cursor: se-resize;
  15. position: absolute;
  16. right: 0;
  17. bottom: 0;
  18. background: url(../../images/layout/bg-coor.png) no-repeat right bottom;
  19. z-index: 99999;
  20. }
  21. #gcmsShowInfosModal .close,
  22. #gcmsShowInfosAudioModal .close,
  23. #gcmsShowInfosPictureViewer .close
  24. {
  25. float: right;
  26. margin-right: 5px;
  27. height: 35px;
  28. width: 50px;
  29. font-size: 29px;
  30. margin-top: 8px;
  31. }
  32. #gcmsShowInfosModal h3,
  33. #gcmsShowInfosAudioModal h3,
  34. #gcmsShowInfosPictureViewer h3
  35. {
  36. float: left;
  37. margin-left: 10px;
  38. line-height: 48px;
  39. }