Changeset 1331569
- Timestamp:
- 01/19/2016 08:19:39 PM (10 years ago)
- Location:
- easy2map-photos/trunk
- Files:
-
- 4 edited
-
css/mapadmin.css (modified) (1 diff)
-
includes/Easy2MapImg.php (modified) (1 diff)
-
includes/MapAdmin.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy2map-photos/trunk/css/mapadmin.css
r1274230 r1331569 48 48 #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;} 49 49 #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); } 51 51 #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;} 52 52 #easy2mapslider .easy2mapbutton {position: absolute;} -
easy2map-photos/trunk/includes/Easy2MapImg.php
r1281717 r1331569 8 8 // Used to uniquely identify this plugin's menu page in the WP manager 9 9 const admin_menu_slug = 'easy2mapimg'; 10 const e2m_version = '2.0. 3';10 const e2m_version = '2.0.4'; 11 11 12 12 //MERCURIAL COMMIT TEST 2 -
easy2map-photos/trunk/includes/MapAdmin.php
r1281709 r1331569 19 19 #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;} 20 20 #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); } 23 23 </style> 24 24 -
easy2map-photos/trunk/readme.txt
r1281717 r1331569 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.3.1 7 Stable tag: 2.0. 37 Stable tag: 2.0.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 113 113 * Various fixes and improvements 114 114 115 = 2.0.4 = 116 * Various fixes and improvements 117 115 118 == Upgrade Notice == 116 119 … … 145 148 * Various fixes and improvements 146 149 150 = 2.0.4 = 151 * Various fixes and improvements 152
Note: See TracChangeset
for help on using the changeset viewer.