mirror of https://gitlab.com/bashrc2/epicyon
Source link on login screen
parent
121665b46a
commit
903677549f
|
@ -134,6 +134,11 @@ span.psw {
|
|||
width: 100%;
|
||||
font-size: var(--font-size);
|
||||
}
|
||||
.license {
|
||||
float: right;
|
||||
margin: 0% 1%;
|
||||
width: 10%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
|
@ -173,4 +178,9 @@ span.psw {
|
|||
width: 100%;
|
||||
font-size: var(--font-size-mobile);
|
||||
}
|
||||
.license {
|
||||
float: right;
|
||||
margin: 0% 1%;
|
||||
width: 20%;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -743,6 +743,7 @@ def htmlLogin(translate: {},baseDir: str) -> str:
|
|||
registerButtonStr+loginButtonStr+ \
|
||||
' </div>' \
|
||||
'</form>'
|
||||
loginForm+='<a href="https://gitlab.com/bashrc2/epicyon"><img class="license" src="/icons/agpl.png" /></a>'
|
||||
loginForm+=htmlFooter()
|
||||
return loginForm
|
||||
|
||||
|
|
Loading…
Reference in New Issue