123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- /*S gcms-tabs*/
- .gcms-tabs {
- clear: both;
- overflow: hidden;
- position: relative;
- margin: -10px -10px 10px -10px;
- }
- .gcms-tabs li {
- float: left;
- border-right: 1px solid #fff;
- border-bottom: 1px solid #fff;
- background: #eee;
- }
- .gcms-tabs .name {
- line-height: 40px;
- padding: 0 20px;
- font-style: normal;
- font-size: 14px;
- font-weight: bold;
- cursor: pointer;
- display: block;
- }
- .gcms-tabs .name:hover {
- background: #00287b;
- color:#fff;
- }
- /*E gcms-tabs*/
- /*S gcmsDetailModal*/
- #gcmsDetailModal {
- position: absolute;
- right: 420px;
- top: 155px;;
- left: auto;
- margin: 0px;
- width: 500px;
- background: #fff;
- min-width: 200px;
- min-height: 110px;
- }
- #coorForGcmsDetailModal {
- 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;
- }
- #gcmsDetailModal .modal-header {
- height: auto;
- cursor:pointer;
- }
- #gcmsDetailModal .modal-header h3 {
- padding-right: 20px;
- }
- #gcmsDetailModal .modal-body {
- max-height: none;
- }
- #gcmsDetailModal .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;
- }
- #gcmsDetailModal .popup-cb{
- padding: 0px;
- overflow: auto;
- }
- /*E gcmsDetailModal*/
- #gcmsDetailTitleLabel{
- line-height: 48px;
- padding-left: 25px;
- }
|