41 lines
799 B
CSS
41 lines
799 B
CSS
.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;
|
|
}
|