mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 12:37:14 +01:00
23 lines
340 B
CSS
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);
|
|
} |