Changeset 2475443
- Timestamp:
- 02/16/2021 10:06:43 AM (5 years ago)
- Location:
- kodeo-admin-ui/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
assets/css/admin.css (modified) (4 diffs)
-
kodeo-admin-ui.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kodeo-admin-ui/trunk/README.txt
r2460192 r2475443 4 4 Requires at least: 4.0 5 5 Tested up to: 5.6 6 Stable tag: 1.1.9. 16 Stable tag: 1.1.9.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
kodeo-admin-ui/trunk/assets/css/admin.css
r2459843 r2475443 1267 1267 .kaui #poststuff #pageparentdiv #menu_order { 1268 1268 margin-bottom: 5px; 1269 max-width: 100%;1269 width: 100%; 1270 1270 } 1271 1271 … … 1481 1481 1482 1482 .kaui #poststuff #misc-publishing-actions > div, 1483 .kaui #poststuff #misc-publishing-actions fieldset label,1484 .kaui #poststuff #misc-publishing-actions > div *{1483 .kaui #poststuff #misc-publishing-actions > div > *, 1484 .kaui #poststuff #misc-publishing-actions fieldset label { 1485 1485 font-size: 13px !important; 1486 1486 font-weight: 400; … … 4822 4822 opacity: 1; 4823 4823 z-index: 999999 !important; 4824 }4825 4826 .kaui #TB_overlay,4827 .kaui #wp-auth-check-wrap #wp-auth-check-bg,4828 .kaui .theme-overlay .theme-backdrop,4829 .kaui #wp-link-backdrop {4830 4824 background: rgba(0, 0, 0, 0.7); 4831 4825 } … … 5987 5981 5988 5982 .kaui .theme-browser + .theme-overlay .theme-wrap { 5989 z-index: 99999 !important;5983 z-index: 999999 !important; 5990 5984 } 5991 5985 -
kodeo-admin-ui/trunk/kodeo-admin-ui.php
r2460192 r2475443 3 3 * Plugin Name: Kodeo Admin UI 4 4 * Description: Kodeo Admin UI provides better Admin Usability 5 * Version: 1.1.9. 15 * Version: 1.1.9.2 6 6 * Author: Kodeo 7 7 * Author URI: https://kodeo.io … … 15 15 if ( ! defined( 'ABSPATH' ) ) exit; 16 16 17 define( 'KAUI_VERSION', '1.1.9. 1' );17 define( 'KAUI_VERSION', '1.1.9.2' ); 18 18 define( 'KAUI_NAME', 'kodeo-admin-ui' ); 19 19
Note: See TracChangeset
for help on using the changeset viewer.