diff --git a/kernel/admin/themes/default/css/default.css b/kernel/admin/themes/default/css/default.css index 8cd02bac..3ee4bdc4 100644 --- a/kernel/admin/themes/default/css/default.css +++ b/kernel/admin/themes/default/css/default.css @@ -274,6 +274,17 @@ button.delete-button:hover { /* ----------- BLUDIT PROFILE PICTURE ----------- */ +#bludit-profile-picture-drag-drop { + width: 100%; + padding: 15px 0; +} + +#bludit-profile-picture-progressbar { + display: none; + margin: 15px 0 0; + width: 100%; +} + /* ----------- LOGIN FORM ----------- */ div.login-box > h1 { diff --git a/kernel/admin/themes/default/index.php b/kernel/admin/themes/default/index.php index f0b79527..94432b29 100644 --- a/kernel/admin/themes/default/index.php +++ b/kernel/admin/themes/default/index.php @@ -102,9 +102,9 @@ $(document).ready(function() {