rework form style

This commit is contained in:
imperosol
2024-12-22 20:01:23 +01:00
parent 81773dc800
commit 72c2981d66
9 changed files with 767 additions and 219 deletions

View File

@ -439,6 +439,11 @@ body {
column-gap: $i * $col-gap;
}
}
// Make an element of the row take as much space as needed
.grow {
flex: 1;
}
}
/*---------------------------------NEWS--------------------------------*/
@ -1451,16 +1456,6 @@ footer {
width: 97%;
}
#user_edit {
* {
text-align: center;
}
img {
width: 100px;
}
}
#cash_summary_form label,
.inline {
display: inline;