Plugin Directory

Changeset 986805


Ignore:
Timestamp:
09/10/2014 09:04:56 PM (12 years ago)
Author:
awerhane74
Message:

[1.0.7] Updated CSS for Map Display

Location:
easy-maps/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • easy-maps/trunk/css/trippy-map-style.css

    r966707 r986805  
    1616.trippy-map-panel-preview-container img {
    1717    max-width:100%;
    18    
     18}
     19
     20.trippy-map-panel-preview-map-img {
     21    width:100%;
     22    padding:0;
    1923}
    2024
  • easy-maps/trunk/easy-maps.php

    r966707 r986805  
    77 * Description: Enhance your posts with Google Maps.  Use the Trippy Easy Maps plugin to easily create more dynamic content.
    88 * Plugin URI:
    9  * Version:     1.0.6
     9 * Version:     1.0.7
    1010 * Author:      Team Trippy
    1111 * Author URI:  http://www.trippy.com
     
    236236    if ($label > 0) {
    237237        $pluginUrl = $trippy_base_url . "/tools/wordpress-easy-maps-plugin";
    238         return "<div style=\"width:".$content_width."px\" class=\"trippy-map-panel-preview-container trippy-map-panel-preview-container-" . $currentLayoutMode . "\"><div class=\"trippy-map-panel-title\">Mentioned in this post</div><a href=\"". $trippyMapDetailUrl . "\" target=\"_blank\"><img src=\"" . $trippyStaticMapUrl . "\"><!--</a>-->". $trippyPlacesList. " <div class=\"trippy-map-panel-preview-container-header\">" . ($isAdminMode || is_preview() ? "" : "<img src=\"" . $trippyTrackingUrl.  "\" width=\"1\" height=\"1\" style=\"float:left;\">"). "<span class=\"trippy-map-panel-preview-container-header-contents\"><a href=\"http://www.trippy.com\" target=\"_blank\">powered by <strong>trippy</strong></a> &nbsp;|&nbsp; <a href=\"". $pluginUrl . "\" target=\"_blank\">get the wordpress map plugin</a></span></div></div>";   
     238        return "<div style=\"width:".$content_width."px\" class=\"trippy-map-panel-preview-container trippy-map-panel-preview-container-" . $currentLayoutMode . "\"><div class=\"trippy-map-panel-title\">Mentioned in this post</div><a href=\"". $trippyMapDetailUrl . "\" target=\"_blank\"><img src=\"" . $trippyStaticMapUrl . "\" class=\"trippy-map-panel-preview-map-img\"><!--</a>-->". $trippyPlacesList. " <div class=\"trippy-map-panel-preview-container-header\">" . ($isAdminMode || is_preview() ? "" : "<img src=\"" . $trippyTrackingUrl.  "\" width=\"1\" height=\"1\" style=\"float:left;\">"). "<span class=\"trippy-map-panel-preview-container-header-contents\"><a href=\"http://www.trippy.com\" target=\"_blank\">powered by <strong>trippy</strong></a> &nbsp;|&nbsp; <a href=\"". $pluginUrl . "\" target=\"_blank\">get the wordpress map plugin</a></span></div></div>";
    239239    } else {
    240240        return "";
  • easy-maps/trunk/readme.txt

    r966707 r986805  
    4343
    4444== Changelog ==
     45= 1.0.7 =
     46* CSS updates for map display
     47
    4548= 1.0.6 =
    4649* CSS Updates to center map horizontally
Note: See TracChangeset for help on using the changeset viewer.