| 1 |
/** |
| 2 |
* CodePeople Post Map |
| 3 |
* Version: 1.0.1 |
| 4 |
* Author: CodePeople |
| 5 |
* Plugin URI: http://wordpress.dwbooster.com |
| 6 |
*/ |
| 7 |
|
| 8 |
body .content .cpm-map img, .cpm-map img{ max-width: none !important; height: auto !important; background: none !important;border:0 !important;margin:0;padding:0;} |
| 9 |
.cpm-map *{box-sizing:content-box;-moz-box-sizing:content-box;} |
| 10 |
.cpm-map .cpm-map-container+.cpm-map-container{display: none !important;} |
| 11 |
.cpm-mapicon { width:20px; height:34px; cursor:pointer;background:url(../images/icons/marker.png) no-repeat 0 0; } |
| 12 |
.cpm-infowindow {margin:0; padding:0px; min-height:80px; font-size:11px; clear:both;} |
| 13 |
.cpm-infowindow .cpm-content {width:100%; color:black; padding:10px; box-sizing: border-box;} |
| 14 |
.cpm-infowindow .cpm-content .title {font-size:12px; line-height: 18px; font-weight:bold; color:black;} |
| 15 |
.cpm-infowindow .cpm-content .address {font-weight:bold; font-size:9px;} |
| 16 |
.cpm-infowindow .cpm-content .description {font-size:10px;} |
| 17 |
.cpm_highlight{background:rgba(253,253,253,0.5);} |