Plugin Directory

Changeset 1331569


Ignore:
Timestamp:
01/19/2016 08:19:39 PM (10 years ago)
Author:
stevenellis
Message:

Various fixes - removed background image and replaced with transparent CSS color

Location:
easy2map-photos/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • easy2map-photos/trunk/css/mapadmin.css

    r1274230 r1331569  
    4848#easy2mapslidertext {display:none;float:right;clear:both;width:96%;margin:10px ;z-index:999;border-color:transparent;border-radius:0px;border-style:solid;border-width:1px;text-shadow:#171717 0.1em 0.1em 0.1em;background-color:transparent;}
    4949#easy2mapslider .easy2mapholder_cont {width: 100%; margin: 0 auto; overflow: hidden;  height:60px;}
    50 #easy2mapslider .easy2mapholder { vertical-align:middle; margin-left: 43px; margin-right: 37px; background-image: url("<?php echo easy2mapimg_get_plugin_url('/images/bg_grey.png') ?>"); background-repeat: repeat; }
     50#easy2mapslider .easy2mapholder { vertical-align:middle; margin-left: 43px; margin-right: 37px; background-color:rgba(66,66,66,0.7); }
    5151#easy2mapslider .easy2mapslide {cursor:pointer; vertical-align:middle; margin-top:auto;margin-bottom:auto;position: relative; margin-right: 8px; float:left; min-width: 60px; height: 60px;}
    5252#easy2mapslider .easy2mapbutton {position: absolute;}
  • easy2map-photos/trunk/includes/Easy2MapImg.php

    r1281717 r1331569  
    88    // Used to uniquely identify this plugin's menu page in the WP manager
    99    const admin_menu_slug = 'easy2mapimg';
    10     const e2m_version = '2.0.3';
     10    const e2m_version = '2.0.4';
    1111
    1212    //MERCURIAL COMMIT TEST 2
  • easy2map-photos/trunk/includes/MapAdmin.php

    r1281709 r1331569  
    1919    #loadingImage{z-index:9999;position:fixed;left:50%;top:50%;width:75px;height:75px;margin-top:-37.5px;margin-left:-37.5px;border:1px single #FFFFFF;}
    2020    #loadingImage img{border:none;}
    21     #loadingBackground{position:fixed;top:0;left:0;margin:0px;background-image: url("<?php echo easy2mapimg_get_plugin_url('/images/bg_white.png') ?>"); background-repeat: repeat; width:100%; height:100%; z-index: 9998}
    22     #easy2mapslider {padding-top:6px;display:none;position: absolute; bottom:0px;left:0px;z-index:99999;width: 100%; vertical-align: middle; height:67px;background-image: url("<?php echo easy2mapimg_get_plugin_url('/images/bg_grey.png') ?>"); background-repeat: repeat; }
     21    #loadingBackground{position:fixed;top:0;left:0;margin:0px;background-color:rgba(255,255,255,0.7); width:100%; height:100%; z-index: 9998}
     22    #easy2mapslider {padding-top:6px;display:none;position: absolute; bottom:0px;left:0px;z-index:99999;width: 100%; vertical-align: middle; height:67px;background-color:rgba(66,66,66,0.7); }
    2323</style>
    2424
  • easy2map-photos/trunk/readme.txt

    r1281717 r1331569  
    55Requires at least: 3.0.1
    66Tested up to: 4.3.1
    7 Stable tag: 2.0.3
     7Stable tag: 2.0.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    113113* Various fixes and improvements
    114114
     115= 2.0.4 =
     116* Various fixes and improvements
     117
    115118== Upgrade Notice ==
    116119
     
    145148* Various fixes and improvements
    146149
     150= 2.0.4 =
     151* Various fixes and improvements
     152
Note: See TracChangeset for help on using the changeset viewer.