Plugin Directory

Changeset 3093483


Ignore:
Timestamp:
05/27/2024 08:42:31 PM (22 months ago)
Author:
wpmobo
Message:

Fixed admin Margin option field CSS issue

Location:
admintosh/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • admintosh/trunk/admin/assets/css/admintosh-admin.css

    r3022674 r3093483  
    773773.block-heading h3 {
    774774  margin: 0;
    775   /*margin-bottom: 20px;
    776   padding-top: 20px;
    777   padding-bottom: 20px;
    778   border-bottom: 1px solid #dfdddd;
    779   border-top: 1px solid #dfdddd;*/
    780775  font-size: 18px;
    781776  width: 100%;
     
    786781.dimension-input-group .dimension-field{
    787782  width: 70px !important;
     783  min-width: 70px !important;
    788784}
    789785.dimension-field-wrap {
  • admintosh/trunk/admintosh.php

    r3066173 r3093483  
    44Plugin URI:   http://wpmobo.com/admintosh
    55Description:  WordPress admin customization and security tools
    6 Version:      1.0.3
     6Version:      1.0.4
    77Author:       wpmobo
    88Author URI:   http://wpmobo.com
  • admintosh/trunk/readme.txt

    r3066173 r3093483  
    22Contributors: wpmobo, rahi6039
    33Donate link: https://wpmobo.com/
    4 Tags: customize dashboard, customize admin menu, customize login page, security tools, captcha, recaptcha, admin menu, dashboard, admin bar, login page, customize admin
     4Tags: security, Brute Force, login, authentication, captcha
    55Requires PHP: 7.4
    66Requires at least: 6x
    77Tested up to: 6.5
    8 Stable tag: 1.0.3
    9 Version: 1.0.3
     8Stable tag: 1.0.4
     9Version: 1.0.4
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8282== Changelog ==
    8383
     84= 1.0.4 =
     85- Fixed admin Margin option field CSS issue
     86
    8487= 1.0.3 =
    8588- Fixed admin Plugin page CSS conflict issue
Note: See TracChangeset for help on using the changeset viewer.