diff --git a/assets/src/release-background.png b/assets/src/release-background.png index 2324316e8..89025c3ce 100644 Binary files a/assets/src/release-background.png and b/assets/src/release-background.png differ diff --git a/auth/assets/public/style.css b/auth/assets/public/style.css index 4eeaef338..c561dedb1 100644 --- a/auth/assets/public/style.css +++ b/auth/assets/public/style.css @@ -21,7 +21,7 @@ body { .logo { max-height: 45px; - max-width: 75%; + max-width: 25%; } .version { @@ -72,6 +72,11 @@ a:hover { border-radius: 1rem; } +.header { + background-color: #F4F7FA; + border-radius: 10px 10px 0 0 !important; +} + .btn-primary, .bg-primary { background-color: var(--primary)!important; @@ -105,6 +110,10 @@ a:hover { border-bottom: 4px solid var(--primary); } +.login-title { + font-size: 25px; +} + /* form styling*/ .form-control { border: 2px solid var(--light); diff --git a/auth/assets/templates/inc_header.html.tpl b/auth/assets/templates/inc_header.html.tpl index dcf4c106a..e27e0bd4e 100644 --- a/auth/assets/templates/inc_header.html.tpl +++ b/auth/assets/templates/inc_header.html.tpl @@ -9,7 +9,7 @@ - + Corteza diff --git a/auth/assets/templates/inc_nav.html.tpl b/auth/assets/templates/inc_nav.html.tpl index ebbe3c8c9..70b23553a 100644 --- a/auth/assets/templates/inc_nav.html.tpl +++ b/auth/assets/templates/inc_nav.html.tpl @@ -1,7 +1,7 @@ -
-
+
+ diff --git a/auth/assets/templates/login.html.tpl b/auth/assets/templates/login.html.tpl index b8fff693e..f83544ce4 100644 --- a/auth/assets/templates/login.html.tpl +++ b/auth/assets/templates/login.html.tpl @@ -1,6 +1,6 @@ {{ template "inc_header.html.tpl" . }}
-

{{ tr "login.template.title" }}

+ {{ if .settings.LocalEnabled }}
- {{ if .enableRememberMe }} - {{ end }} -
{{ else }} @@ -80,7 +72,7 @@
{{ end }} -