PluginProbe
CodePeople Post Map for Google Maps / 1.2.3
CodePeople Post Map for Google Maps v1.2.3
1.3.0 1.2.9 1.2.8 1.2.7 1.2.6 trunk 1.0.44 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5
codepeople-post-map / styles / cpm-styles.css

cpm-styles.css in CodePeople Post Map for Google Maps 1.2.3, at styles/cpm-styles.css

17 lines 1019 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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);}