12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- /*S tmaticLegendViewer*/
- #tmaticLegendViewer {
- position: absolute;
- left: 300px;
- top: 100px ;
- width: 500px;
- margin: 0px;
- display: none;
- }
- #coorForGcmsPictureViewer {
- width: 20px;
- height: 20px;
- overflow: hidden;
- cursor: se-resize;
- position: absolute;
- right: 0;
- bottom: 8px;
- background: url(../../images/layout/bg-coor.png) no-repeat right bottom;
- z-index: 99999;
- }
- #tmaticLegendViewer .modal-header {
- cursor: pointer;
- }
- #tmaticLegendViewer .modal-body {
- max-height: inherit;
- }
- #tmaticLegendViewerBox {
- left: 0px;
- right: 0px;
- top: 0px;
- bottom: 0px;
- position: absolute;
- }
- #tmaticLegendViewerInfo {
- position: absolute;
- right: 0px;
- top: 15px;
- height: 30px;
- background:url(../images/bg-000-90.png);
- padding: 0 35px 0 5px;
- }
- #tmaticLegendViewerInfo .title {
- color: #fff;
- font-weight: bold;
- line-height: 30px;
- font-size: 14px;
- padding: 0 10px 0 15px;
- }
- #tmaticLegendViewerInfo .viewer-close {
- position: absolute;
- right: 0px;
- top: 0px;
- text-indent: -999999px;
- overflow: hidden;
- background: url(../images/bg_close.gif) no-repeat center 7px;
- border: none;
- }
- /**/
- #tmaticLegendViewer .popup-cb{
- position: relative;
- padding: 15px 30px 0;
- overflow-y: auto;
- max-height: inherit;
- height: 80%;
- }
- #tmaticLegendViewer .popup-ct .close {
- width: 18px;
- height: 18px;
- position: absolute;
- top: 18px;
- right: 15px;
- background: url(../../images/layout/close_popUp.png) no-repeat;
- border: none;
- cursor: pointer;
- }
- #tmaticLegendViewerTitleLabel{
- padding-left: 25px;
- line-height: 48px;
- color: #fff;
- }
|