mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
coste-margen de clicks y horas en las lineas y añadidos colores. se toca resumen para que todo cuadrea con lo nuevo
This commit is contained in:
@ -48,10 +48,10 @@ table.dataTable.table-hover>tbody>tr.selected:hover>* {
|
||||
|
||||
|
||||
|
||||
.lp-cell {
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
margin:0;
|
||||
.lp-cell {
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.lp-input {
|
||||
@ -69,25 +69,32 @@ table.dataTable.table-hover>tbody>tr.selected:hover>* {
|
||||
}
|
||||
|
||||
.lp-td {
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
margin:0 !important;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.lp-header {
|
||||
.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;
|
||||
padding-left: 1px !important;
|
||||
padding-right: 1px !important;
|
||||
padding-top: 1px !important;
|
||||
padding-bottom: 5px !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.lp-cell-disabled {
|
||||
background-color: lavenderblush;
|
||||
}
|
||||
|
||||
.lp-button{
|
||||
.lp-cell-coste {
|
||||
background-color: rgb(196, 172, 172);
|
||||
}
|
||||
.lp-cell-margen {
|
||||
background-color: rgb(195, 218, 199);
|
||||
}
|
||||
|
||||
.lp-button {
|
||||
/*font-size: 1.1em;*/
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
@ -109,20 +116,20 @@ div.draw-rot-shapes {
|
||||
margin: 2.5% auto;
|
||||
}
|
||||
|
||||
.table-servicios{
|
||||
.table-servicios {
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
.column-input-search {
|
||||
min-width: 100px;
|
||||
max-width: 120px;
|
||||
font-size: 0.8rem !important;
|
||||
font-size: 0.8rem !important;
|
||||
}
|
||||
|
||||
/* CSS class to remove number input spinner */
|
||||
.no-spinner {
|
||||
.no-spinner {
|
||||
/* For Firefox */
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
@ -131,4 +138,36 @@ div.draw-rot-shapes {
|
||||
.no-spinner::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.lp-row {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 4px;
|
||||
overflow-x: auto;
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
.lp-cell-auto {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 0 0 auto;
|
||||
/* solo lo que necesita */
|
||||
margin-inline: 2px;
|
||||
min-width: 40px;
|
||||
/* controla hasta dónde puede encoger */
|
||||
}
|
||||
|
||||
.lp-cell-auto label {
|
||||
font-size: 0.65rem;
|
||||
text-align: center;
|
||||
margin-bottom: 2px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.lp-cell-auto input {
|
||||
text-align: center;
|
||||
min-width: 50px;
|
||||
width: 100%;
|
||||
border-radius: 0.25rem !important;
|
||||
}
|
||||
Reference in New Issue
Block a user