login logo including 23.1 version number

This commit is contained in:
ralf 2023-02-21 18:47:30 +01:00
parent e532ca176b
commit 8387cae7f9
6 changed files with 256 additions and 844 deletions

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -1867,11 +1867,12 @@ div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo {
left: -50px;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_logo_container {
height: 80px;
height: 120px;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_logo_container div.login_logo {
width: 350px;
max-width: 350px;
background-size: 100%;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#loginScreenMessage p {
font-weight: bold;

View File

@ -1847,11 +1847,12 @@ div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo {
left: -50px;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_logo_container {
height: 80px;
height: 120px;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_logo_container div.login_logo {
width: 350px;
max-width: 350px;
background-size: 100%;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#loginScreenMessage p {
font-weight: bold;

View File

@ -1857,11 +1857,12 @@ div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo {
left: -50px;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_logo_container {
height: 80px;
height: 120px;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_logo_container div.login_logo {
width: 350px;
max-width: 350px;
background-size: 100%;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#loginScreenMessage p {
font-weight: bold;

View File

@ -36,10 +36,11 @@ div#loginMainDiv.stockLoginBackground {
position: relative;
left: -50px;
div.login_logo_container {
height: 80px;
height: 120px;
div.login_logo {
width: 350px;
max-width: 350px;
background-size: 100%;
}
}
}

View File

@ -1878,11 +1878,12 @@ div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo {
left: -50px;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_logo_container {
height: 80px;
height: 120px;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_logo_container div.login_logo {
width: 350px;
max-width: 350px;
background-size: 100%;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#loginScreenMessage p {
font-weight: bold;