Small changes in account.login.html.twig

* change inputs width to 100%
* fix form closing
* formatting
This commit is contained in:
slawkens
2025-04-06 17:00:59 +02:00
parent 190697ce98
commit f40b986b59
2 changed files with 58 additions and 37 deletions

View File

@@ -36,6 +36,12 @@ img {
width: expression(document.body.clientWidth > 1200? "1200px": "100%" );
}
#LoginFormButtonCell {
width: 145px;
vertical-align: top;
padding-right: 10px;
}
#ContentRow {
position: relative;
top: 155px;