31 lines
406 B
CSS
31 lines
406 B
CSS
#formReporte {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#formReporte label {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#formReporte input {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
#resultadoReporte {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#tablaVentas {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#tablaVentas th, #tablaVentas td {
|
|
border: 1px solid #ccc;
|
|
padding: 8px;
|
|
text-align: left;
|
|
}
|
|
|
|
#tablaVentas th {
|
|
background-color: #f2f2f2;
|
|
} |