mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 22:54:03 +09:00
Tracking code changes
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
.um-admin.toplevel_page_ultimatemember div.error,
|
||||
.um-admin.toplevel_page_ultimatemember div.updated
|
||||
{
|
||||
display: none;
|
||||
margin: 0 0 1px 0 !important;
|
||||
margin: 18px 20px 0 2px !important;
|
||||
}
|
||||
|
||||
.um-admin-dash-container {
|
||||
|
||||
@@ -20,8 +20,4 @@ jQuery(document).ready(function() {
|
||||
return false;
|
||||
});
|
||||
|
||||
if ( jQuery('.um-admin-dash-body').length && ( jQuery('.updated').length || jQuery('.error').length ) ) {
|
||||
jQuery('.updated,.error').prependTo('.um-admin-dash-body').show();
|
||||
}
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user