diff --git a/apps/static/css/jumpserver.css b/apps/static/css/jumpserver.css index fd15945b9..8857264f4 100644 --- a/apps/static/css/jumpserver.css +++ b/apps/static/css/jumpserver.css @@ -289,4 +289,37 @@ div.dataTables_wrapper div.dataTables_filter { margin-bottom:0; margin-left: 10px; margin-right: 10px +} + +.navbar-default { + background-color: #2f4050; + border-color: #2f4050; +} + +.nav-header, body.mini-navbar .nav-header { + padding: 0; + background: #202c37; +} + +.profile-element div:first-child { + line-height: 60px; + width: 70px; + float: left; + text-align: center; +} + +.profile-element div:last-child { + line-height: 60px; + width: 150px; + float: left; + font-size: 22px; + color: #1ab394; +} + +.logo-element { + padding: 10px 0; +} + +.welcome-message img { + margin: -11px 0; } \ No newline at end of file diff --git a/apps/templates/_header_bar.html b/apps/templates/_header_bar.html index 447454616..f616e2c77 100644 --- a/apps/templates/_header_bar.html +++ b/apps/templates/_header_bar.html @@ -18,11 +18,30 @@ {% trans 'Help' %} -
  • +