Allow to set version number and build ID to the current Antos build

This commit is contained in:
DanyLE
2022-07-22 20:13:08 +02:00
parent 699c697344
commit da5bbdab60
5 changed files with 101 additions and 15 deletions

View File

@ -62,7 +62,7 @@ body
#login_form{
width:300px;
height: 200px;
height: 180px;
display: block;
border:1px solid #262626;
border-radius: 6px;
@ -130,7 +130,23 @@ body
height: 1px;
box-sizing: border-box;
}
#antos_build_id {
position: absolute;
display: block;
bottom: 0;
right: 0;
padding: 2px;
background-color: #d6d4d4;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 12px;
}
#antos_build_id a:link,
#antos_build_id a:visited,
#antos_build_id a:hover
{
color:#df3154;
text-decoration: none;
}
afx-desktop > .list-container > ul > afx-list-item afx-label span {
flex-direction: column;
}