mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
hecho el html de las lineas de presupuesto
This commit is contained in:
@ -40,4 +40,52 @@ table.dataTable.table-hover>tbody>tr.selected:hover>* {
|
||||
|
||||
.comparator-table td.dt-result-value {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
.lp-cell {
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.lp-input {
|
||||
min-width: 40px;
|
||||
width: 100%;
|
||||
border-radius: 0.25rem !important;
|
||||
}
|
||||
|
||||
.lp-select {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
width: 100%;
|
||||
font-size:0.7rem !important;
|
||||
}
|
||||
|
||||
.lp-td {
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
margin:0 !important;
|
||||
}
|
||||
|
||||
.lp-header {
|
||||
text-align: center !important;
|
||||
padding-left: 1px !important;
|
||||
padding-right: 1px !important;
|
||||
padding-top: 1px !important;
|
||||
padding-bottom: 5px !important;
|
||||
margin:0 !important;
|
||||
}
|
||||
|
||||
.lp-cell-disabled {
|
||||
background-color: Gainsboro;
|
||||
}
|
||||
|
||||
.lp-button{
|
||||
font-size: 1.1em;
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
width: 100%;
|
||||
height: 25px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
Reference in New Issue
Block a user