mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
9e53314c3a
- new code structure, optimized for next development; - created spl_autoloader for remove includes; - UM classes with namespaces; - deprecated global $ultimatemember; variable (use UM() instead); - new UM/WP roles logic; - new settings class and logic (deprecated Redux framework, deprecated some old options, added some new options); - new dependencies class for extensions; - WP native styles for backend fields; - new upgrades and license activations for extensions; - new logic form backend forms and fields; - created uninstall.php file for delete permanently all UM settings; - optimized registration/upgrade profile process; Deprecated Hooks: um_new_user_registration_plain um_user_registration_extra_hook um_add_user_frontend um_post_registration_global_hook um_admin_extend_directory_options_general (was action...will be filter)
67 lines
2.1 KiB
CSS
67 lines
2.1 KiB
CSS
.um-admin td, .um-admin th {
|
|
-webkit-font-smoothing: antialiased !important;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.um-admin.post-type-um_form .manage-column.column-id {width: 60px}
|
|
.um-admin.post-type-um_form .manage-column.column-mode {width: 100px}
|
|
.um-admin.post-type-um_form .manage-column.column-title {width: 200px}
|
|
.um-admin.post-type-um_form .manage-column.column-shortcode {width: 200px}
|
|
.um-admin.post-type-um_form .manage-column.column-impressions {width: 100px}
|
|
.um-admin.post-type-um_form .manage-column.column-conversions {width: 100px}
|
|
|
|
.um-admin.post-type-um_directory .manage-column.column-id {width: 60px}
|
|
.um-admin.post-type-um_directory .manage-column.column-title {width: 250px}
|
|
|
|
.um-admin.post-type-um_role .manage-column.column-title {width: 200px}
|
|
.um-admin.post-type-um_role .manage-column.column-count {width: 150px}
|
|
.um-admin.post-type-um_role .manage-column.column-core {width: 150px}
|
|
|
|
.um-admin.post-type-um_form td.column-shortcode,
|
|
.um-admin.post-type-um_form td.column-id,
|
|
.um-admin.post-type-um_directory td.column-shortcode,
|
|
.um-admin.post-type-um_directory td.column-id,
|
|
.um-admin.post-type-um_role td.column-count
|
|
{font-size: 14px;}
|
|
|
|
.um-admin.users-php td.column-um_actions {padding-top: 12px}
|
|
|
|
.um-admin.users-php td.column-um_actions a.button {
|
|
height: 29px !important;
|
|
margin: 0 0 0 2px !important;
|
|
position: relative;
|
|
}
|
|
|
|
.um-admin-tag {
|
|
display: inline-block;
|
|
border-radius: 2px;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
background: #0085ba;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
height: 34px;
|
|
line-height: 34px;
|
|
}
|
|
.um-admin-tag.small {font-size: 13px;height:28px;line-height: 28px;display:inline;padding: 4px 10px;background: transparent;color: #666;border-radius:0;}
|
|
.um-admin-tag.approved {border-left: 2px solid #7ACF58}
|
|
.um-admin-tag.pending {border-left: 2px solid #C74A4A}
|
|
|
|
.um-admin-txtspace {margin: 0 0 0 10px;}
|
|
|
|
.um-adm-ico {
|
|
font-size: 18px;
|
|
width: 18px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
color: #7ACF58;
|
|
}
|
|
|
|
.um-adm-ico.inactive {color: #C74A4A}
|
|
.um-adm-ico.pointer {cursor: pointer}
|
|
|
|
.um-admin-icontext i {
|
|
font-size: 18px;
|
|
margin: 0 5px 0 0;
|
|
} |