OpenXE/classes/Modules/Batches/www/css/batches.css
2021-05-21 08:49:41 +02:00

23 lines
340 B
CSS

.dataTables_filter
{
display:none;
}
img.addfilter {
float:right;
width: 20px;
}
td input,
.filter-edit img {
vertical-align: middle;
}
div.inside fieldset {
margin-right: 20px;
}
div.inside fieldset table tr td:first-child {
min-width: 150px;
}
textarea#description, input#name {
width: calc(30vw - 200px);
}