23.1 login page, though logo not yet including 23.1

This commit is contained in:
ralf 2023-02-20 09:51:50 +01:00
parent 7d6247cee6
commit 0b8e1ba77f
7 changed files with 886 additions and 47 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 263 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -1856,11 +1856,14 @@ body {
}
}
/**
* 19.1 Login page with stock background image
* 23.1 Login page with stock background image
*/
div#loginMainDiv.stockLoginBackground div#divAppIconBar {
postion: relative;
top: 5%;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo {
position: relative;
top: 35%;
left: -50px;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_logo_container {
@ -1870,13 +1873,10 @@ div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_lo
width: 350px;
max-width: 350px;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div#loginScreenMessage {
font-size: 28.5px;
font-weight: 500;
color: #075ca3;
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#loginScreenMessage p {
font-weight: bold;
color: white;
font-family: arial, helvetica, sans-serif;
margin: 0;
padding-left: 106px;
}
div#loginMainDiv.stockLoginBackground div#centerBox form {
border: 1px solid gray;

View File

@ -1836,11 +1836,14 @@ body {
}
}
/**
* 19.1 Login page with stock background image
* 23.1 Login page with stock background image
*/
div#loginMainDiv.stockLoginBackground div#divAppIconBar {
postion: relative;
top: 5%;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo {
position: relative;
top: 35%;
left: -50px;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_logo_container {
@ -1850,13 +1853,10 @@ div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_lo
width: 350px;
max-width: 350px;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div#loginScreenMessage {
font-size: 28.5px;
font-weight: 500;
color: #075ca3;
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#loginScreenMessage p {
font-weight: bold;
color: white;
font-family: arial, helvetica, sans-serif;
margin: 0;
padding-left: 106px;
}
div#loginMainDiv.stockLoginBackground div#centerBox form {
border: 1px solid gray;

View File

@ -1846,11 +1846,14 @@ body {
}
}
/**
* 19.1 Login page with stock background image
* 23.1 Login page with stock background image
*/
div#loginMainDiv.stockLoginBackground div#divAppIconBar {
postion: relative;
top: 5%;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo {
position: relative;
top: 35%;
left: -50px;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_logo_container {
@ -1860,13 +1863,10 @@ div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_lo
width: 350px;
max-width: 350px;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div#loginScreenMessage {
font-size: 28.5px;
font-weight: 500;
color: #075ca3;
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#loginScreenMessage p {
font-weight: bold;
color: white;
font-family: arial, helvetica, sans-serif;
margin: 0;
padding-left: 106px;
}
div#loginMainDiv.stockLoginBackground div#centerBox form {
border: 1px solid gray;

View File

@ -23,13 +23,17 @@
100% {transform: none}
}
/**
* 19.1 Login page with stock background image
* 23.1 Login page with stock background image
*/
div#loginMainDiv.stockLoginBackground {
div#divAppIconBar
{
postion: relative;
top: 5%;
}
div#divAppIconBar {
div#divLogo {
position: relative;
top: 35%;
left: -50px;
div.login_logo_container {
height: 80px;
@ -38,14 +42,11 @@ div#loginMainDiv.stockLoginBackground {
max-width: 350px;
}
}
div#loginScreenMessage {
font-size: 28.5px;
font-weight: 500;
color: #075ca3;
font-family: arial, helvetica, sans-serif;
margin: 0;
padding-left: 106px;
}
div#loginScreenMessage p {
font-weight: bold;
color: white;
font-family: arial, helvetica, sans-serif;
}
}
div#centerBox form {

View File

@ -1867,11 +1867,14 @@ body {
}
}
/**
* 19.1 Login page with stock background image
* 23.1 Login page with stock background image
*/
div#loginMainDiv.stockLoginBackground div#divAppIconBar {
postion: relative;
top: 5%;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo {
position: relative;
top: 35%;
left: -50px;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_logo_container {
@ -1881,13 +1884,10 @@ div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_lo
width: 350px;
max-width: 350px;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div#loginScreenMessage {
font-size: 28.5px;
font-weight: 500;
color: #075ca3;
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#loginScreenMessage p {
font-weight: bold;
color: white;
font-family: arial, helvetica, sans-serif;
margin: 0;
padding-left: 106px;
}
div#loginMainDiv.stockLoginBackground div#centerBox form {
border: 1px solid gray;