Plugin Directory

Changeset 3168580


Ignore:
Timestamp:
10/14/2024 12:49:53 PM (18 months ago)
Author:
panorom
Message:

7.1.2 trunk

Location:
panorom/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • panorom/trunk/panorom.php

    r3168566 r3168580  
    66 * Plugin URI:        https://wordpress.org/plugins/panorom/
    77 * Description:       Panorom - 360° panorama and virtual tour builder with interactive and easy-to-use interface.
    8  * Version:           7.1.1
     8 * Version:           7.1.2
    99 * Author:            Panorom
    1010 * Author URI:        https://panorom.com/
     
    1818
    1919
    20 define('PNRM_VERSION', '7.1.1');
     20define('PNRM_VERSION', '7.1.2');
    2121define("PNRM_DIR_URL", plugin_dir_url(__FILE__));
    2222define("PNRM_DIR_PATH", plugin_dir_path(__FILE__));
  • panorom/trunk/public/css/editor.css

    r3168566 r3168580  
    24122412  position: relative;
    24132413  margin: 0 auto;
    2414   background-color: #fff;
     2414  background-color: #eee;
    24152415  background-image: url('../img/background.svg');
    24162416  background-repeat: repeat;
    24172417  background-size: cover;
     2418  background-position: center;
    24182419  border: 1px solid #ccc;
    24192420  border-radius: 50%;
    2420   background-color: #eee;
    24212421  width: 120px;
    24222422  height: 120px;
Note: See TracChangeset for help on using the changeset viewer.