diff --git a/css/main.css b/css/main.css index f368817709d3c1d8118821277806f852d62bb5ae..a46be41236ff38df119d0293b6ad9d22284499e4 100644 --- a/css/main.css +++ b/css/main.css @@ -417,11 +417,14 @@ solid-invoicing .submit input { display: flex; justify-content: space-between; background: var(--color-third, gray); - padding: 16px; font-weight: 600; margin-top: 25px; line-height: 28px; } +.batches-list [name="batch-header"] solid-display-value, +.invoice-form [name="batch-header"] solid-display-value { + padding: 16px; +} .batches-list [name="batch-header"] solid-display-value::selection, .invoice-form [name="batch-header"] input::selection { background: white; @@ -449,8 +452,9 @@ solid-multiple-form[name="tasks"] { } .batches-list [name="amount"], .invoice-form [name="amount"]{ - flex-basis: 150px; + width: 150px; text-align: center; + border-left: solid 1px #dae2f3; } /* Tasks list =========================== */ @@ -679,7 +683,7 @@ widget-money div { border-radius: 50%; } .invoice-form widget-form-batches + button { - top: 21px; + top: 16px; } .invoice-form widget-form-tasks + button { top: calc(50% - 10px) @@ -739,7 +743,7 @@ widget-money div { background: transparent; font-weight: var(--bold); border-color: transparent; - padding: 0; + padding: 16px; } /* Tasks */