legend.css 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. /*S tmaticLegendViewer*/
  2. #tmaticLegendViewer {
  3. position: absolute;
  4. left: 300px;
  5. top: 100px ;
  6. width: 500px;
  7. margin: 0px;
  8. display: none;
  9. }
  10. #coorForGcmsPictureViewer {
  11. width: 20px;
  12. height: 20px;
  13. overflow: hidden;
  14. cursor: se-resize;
  15. position: absolute;
  16. right: 0;
  17. bottom: 8px;
  18. background: url(../../images/layout/bg-coor.png) no-repeat right bottom;
  19. z-index: 99999;
  20. }
  21. #tmaticLegendViewer .modal-header {
  22. cursor: pointer;
  23. }
  24. #tmaticLegendViewer .modal-body {
  25. max-height: inherit;
  26. }
  27. #tmaticLegendViewerBox {
  28. left: 0px;
  29. right: 0px;
  30. top: 0px;
  31. bottom: 0px;
  32. position: absolute;
  33. }
  34. #tmaticLegendViewerInfo {
  35. position: absolute;
  36. right: 0px;
  37. top: 15px;
  38. height: 30px;
  39. background:url(../images/bg-000-90.png);
  40. padding: 0 35px 0 5px;
  41. }
  42. #tmaticLegendViewerInfo .title {
  43. color: #fff;
  44. font-weight: bold;
  45. line-height: 30px;
  46. font-size: 14px;
  47. padding: 0 10px 0 15px;
  48. }
  49. #tmaticLegendViewerInfo .viewer-close {
  50. position: absolute;
  51. right: 0px;
  52. top: 0px;
  53. text-indent: -999999px;
  54. overflow: hidden;
  55. background: url(../images/bg_close.gif) no-repeat center 7px;
  56. border: none;
  57. }
  58. /**/
  59. #tmaticLegendViewer .popup-cb{
  60. position: relative;
  61. padding: 15px 30px 0;
  62. overflow-y: auto;
  63. max-height: inherit;
  64. height: 80%;
  65. }
  66. #tmaticLegendViewer .popup-ct .close {
  67. width: 18px;
  68. height: 18px;
  69. position: absolute;
  70. top: 18px;
  71. right: 15px;
  72. background: url(../../images/layout/close_popUp.png) no-repeat;
  73. border: none;
  74. cursor: pointer;
  75. }
  76. #tmaticLegendViewerTitleLabel{
  77. padding-left: 25px;
  78. line-height: 48px;
  79. color: #fff;
  80. }