Changeset 2543102
- Timestamp:
- 06/05/2021 06:14:20 PM (5 years ago)
- Location:
- wp-simplemind-map/trunk
- Files:
-
- 1 added
- 3 edited
-
assets/css/admin-style.css (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
view/_support.php (added)
-
view/admin_simple_mind_map.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-simplemind-map/trunk/assets/css/admin-style.css
r2542039 r2543102 262 262 border-color: #333 transparent transparent transparent; 263 263 } 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 5 5 Tested up to: 5.7.2 6 6 Requires PHP: 7.0 7 Stable tag: 2.0. 07 Stable tag: 2.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 92 92 93 93 == Changelog == 94 = 2.0.1 = 95 * Support and documentation link added 96 94 97 = 2.0.0 = 95 98 * Parsing Integrated remotely -
wp-simplemind-map/trunk/view/admin_simple_mind_map.php
r2542050 r2543102 122 122 } 123 123 ?> 124 <?php include '_support.php'; ?> 124 125 </div> 125 126
Note: See TracChangeset
for help on using the changeset viewer.