From 9dd6fec0e0d55147d6c8f5f41485a1a4f180e884 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Tue, 31 May 2016 22:27:36 +0200 Subject: [PATCH] The user name moved to the central. --- view/theme/frio/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 4c65552ec7..7d45bddbec 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -527,7 +527,8 @@ nav.navbar a { } /* The Top Nav Bar user menu */ #topbar-first .account .user-title { - text-align: right + text-align: right; + margin-top: 7px; } #topbar-first .account .user-title span { color: $nav_icon_color;