Tracking code changes

This commit is contained in:
ultimatemember
2015-01-04 03:10:49 +02:00
parent b1c9c670eb
commit 71807e4f6d
6 changed files with 23 additions and 18 deletions
+1 -2
View File
@@ -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 {
-4
View File
@@ -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();
}
});