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