Cost units can be edited

This commit is contained in:
2026-02-08 20:06:38 +01:00
parent 6fc65e195c
commit bccfc11687
53 changed files with 2021 additions and 29 deletions

40
public/css/costunits.css Normal file
View File

@@ -0,0 +1,40 @@
.costunit-list table tr th {
font-weight: normal;
width: 150px !important;
padding-right: 20px;
font-size: 10pt;
line-height: 1.8em;
vertical-align: top;
}
.costunit-list table tr td {
font-size: 10pt;
line-height: 1.8em;
}
.costunit-list table tr td:not(:last-child) {
font-weight: normal;
width: 150px;
padding-right: 20px;
vertical-align: top;
}
.costunit-list table tr td input[type="button"] {
width: 350px;
}
.costunit-list table
{
width: calc(100% - 50px) !important;
border-style: solid;
border-width: 1px;
border-color: #cccccc;
border-radius: 10px;
margin-bottom: 20px;
padding: 10px;
box-shadow: 5px 5px 10px #e0e0e0;
}
.costunit-list table thead td {
font-weight: bolder;
font-size: 12pt;
}