mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-12 08:45:05 +02:00
Add field for carry
This commit is contained in:
parent
24649725bb
commit
0795dbf903
3 changed files with 29 additions and 3 deletions
|
|
@ -42,12 +42,18 @@ label {
|
|||
#i-monthlyhours {
|
||||
width: 6ch;
|
||||
}
|
||||
#l-hourlyrate {
|
||||
#l-hourlywage {
|
||||
padding-left: 4ch;
|
||||
}
|
||||
#i-hourlyrate {
|
||||
#i-hourlywage {
|
||||
width: 8ch;
|
||||
}
|
||||
#carry {
|
||||
grid-column: 2 / 4;
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
align-items: baseline;
|
||||
}
|
||||
#table {
|
||||
display: grid;
|
||||
grid: auto-flow / 3fr 1fr 1fr 1fr 1fr 1fr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue