add topbar

This commit is contained in:
2023-04-14 14:23:57 +02:00
parent 07d46d8584
commit 3de49aaeef
3 changed files with 13 additions and 0 deletions

View File

@ -6,6 +6,13 @@
src: url("../fonts/perfect_dos_vga_437_win-webfont.woff");
}
.topbar {
width: 100%;
background-color: #253e52;
color: white;
text-align: center;
}
#input-error{
position: fixed;
padding-top: 10px;
@ -388,6 +395,10 @@ ul#kc-totp-supported-apps {
padding-right: 80px;
}
.login-pf .card-pf {
padding: 1px 1px 30px 1px;
}
#kc-locale {
position: relative;
text-align: right;