Plugin Directory

Changeset 2543102


Ignore:
Timestamp:
06/05/2021 06:14:20 PM (5 years ago)
Author:
telicom
Message:

Support panel added

Location:
wp-simplemind-map/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-simplemind-map/trunk/assets/css/admin-style.css

    r2542039 r2543102  
    262262  border-color: #333 transparent transparent transparent;
    263263}
     264.mindmap_right_sidebar {
     265  padding-top: 20px;
     266}
     267.mindmap_sidebar_box {
     268  border: 1px solid #ccc;
     269  margin-bottom: 30px;
     270  background-color: #fff;
     271  border-radius: 0;
     272  box-shadow: 0 3px 51px 0 rgba(0, 0, 0, 0.05);
     273}
     274.mindmap_sidebar_box_ttl {
     275  padding: 10px;
     276  border-bottom: 1px solid #ccc;
     277  background: transparent;
     278  font-size: 14px;
     279  font-weight: 700;
     280  text-align: left;
     281}
     282.mindmap-box-content {
     283  padding: 10px;
     284}
     285.mindmap-box-content ul li {
     286  position: relative;
     287  padding-left: 25px;
     288  list-style: none;
     289  font-size: 14px;
     290  line-height: 20px;
     291}
     292.mindmap-box-content ul li span.li_icon {
     293  color: #fe7e17;
     294  position: absolute;
     295  left: 0;
     296  top: 0;
     297}
     298.mindmap_buy_now_btn {
     299  display: inline-block;
     300  background: #ccc !important;
     301  color: #fff !important;
     302  font-size: 14px;
     303  padding: 7px 15px;
     304  font-weight: 700;
     305  line-height: 24px;
     306  text-transform: uppercase;
     307  text-decoration: none;
     308}
     309.mindmap_buy_now_btn:hover{
     310  text-decoration: none !important;
     311}
  • wp-simplemind-map/trunk/readme.txt

    r2542039 r2543102  
    55Tested up to: 5.7.2
    66Requires PHP: 7.0
    7 Stable tag: 2.0.0
     7Stable tag: 2.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9292
    9393== Changelog ==
     94= 2.0.1 =
     95* Support and documentation link added
     96
    9497= 2.0.0 =
    9598* Parsing Integrated remotely
  • wp-simplemind-map/trunk/view/admin_simple_mind_map.php

    r2542050 r2543102  
    122122            }
    123123            ?>
     124            <?php include '_support.php'; ?>
    124125        </div>
    125126
Note: See TracChangeset for help on using the changeset viewer.