improving gui details

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-07-27 14:02:23 +02:00
parent be594b3d8f
commit 65102df091
2 changed files with 17 additions and 3 deletions

View File

@@ -181,3 +181,15 @@ textarea{
bottom: 0;
right: 0;
}
.project th,
.task th{
text-align: right;
padding-right: 10px;
}
.project th button,
.task th button{
display: block;
margin: 5px 0 5px auto;
}