diff --git a/cms/sass/components/_buttons.scss b/cms/sass/components/_buttons.scss index 061c75c454..1d28038f01 100644 --- a/cms/sass/components/_buttons.scss +++ b/cms/sass/components/_buttons.scss @@ -124,3 +124,14 @@ button.aria-button { -moz-appearance: none; appearance: none; } + +.user-actions { + display: flex; + align-items: center; + + .user-item { + form { + margin: 0; + } + } +} \ No newline at end of file diff --git a/portality/templates-v2/management/base.html b/portality/templates-v2/management/base.html index a47c4cea80..50ac330eb0 100644 --- a/portality/templates-v2/management/base.html +++ b/portality/templates-v2/management/base.html @@ -174,18 +174,27 @@

{% include "includes/_flash_notification.html" %} {% block management_content %}{% endblock %} -

- - - - Log out - - - - Settings - - -

+
+
+
+ + + +
+
+ + +
{% include "includes/_back-to-top.html" %}