| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- #cartodbInfoModal {
- position: absolute;
- min-width: 250px;
- max-width: 450px;
- top: 210.5px;
- left: 551px;
- margin: -140px 0 0 -190px;
- }
- #cartodbInfoModal .title {
- color: #fff;
- font-weight: normal;
- padding-left: 20px;
- line-height: 48px;
- }
- #cartodbInfoForm {
- width: 400px;
- }
- #cartodbInfoForm table {
- width: 100%;
- table-layout: fixed;
- }
- #cartodbInfoForm tr,
- #cartodbInfoForm td {
- /* height: 30px; */
- line-height: 30px;
- }
- #cartodbInfoForm tr td:nth-child(1) {
- width: 200px
- }
- #cartodbInfoForm tr td:nth-child(1) p {
- margin-right: 20px;
- }
- #cartodbInfoForm tr td:nth-child(2) {
- width: 200px;
- word-wrap:break-word;
- }
- #cartodbInfoModal .daili {
- padding: 20px 20px 20px 20px;
- max-height: 500px;
- overflow: hidden;
- overflow-y: auto;
- }
- #cartodbInfoModal .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;
- }
|