mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-13 05:04:22 +02:00
Allow to set version number and build ID to the current Antos build
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user