diff --git a/apps/static/css/jumpserver.css b/apps/static/css/jumpserver.css index a3f452ab7..049fab046 100644 --- a/apps/static/css/jumpserver.css +++ b/apps/static/css/jumpserver.css @@ -296,22 +296,26 @@ div.dataTables_wrapper div.dataTables_filter { border-color: #2f4050; } -.nav-header { +.nav-header, body.mini-navbar .nav-header { padding: 0; background: #202c37; } -.profile-element { - margin-left: 20px; +.profile-element div:first-child { + line-height: 60px; + width: 70px; + float: left; + text-align: center; } -.profile-element div { +.profile-element div:last-child { line-height: 60px; + width: 150px; float: left; font-size: 22px; color: #1ab394; } -.profile-element div + div { - margin-left: 5px; +.logo-element { + padding: 10px 0; } \ No newline at end of file diff --git a/apps/templates/_user_profile.html b/apps/templates/_user_profile.html index 26471dffa..14008fa1b 100644 --- a/apps/templates/_user_profile.html +++ b/apps/templates/_user_profile.html @@ -10,6 +10,9 @@
+