| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/admin/styles/admin/javascript/ |
Upload File : |
/*
jQuery DataTables
==========================================================================
Additional styling for the jQuery DataTables plugin.
*/
table.dataTable {
width: 100%;
margin-bottom: $margin-large !important;
table-layout: fixed; // Cells must not resize depending their contents because the filtering elements are ruined.
&, &.no-footer.table-main {
border-bottom: none;
}
th, td {
box-sizing: border-box;
}
thead {
tr {
th {
border: none;
vertical-align: middle;
&.sorting {
background-image: none;
}
&.sorting_asc {
background-image: none;
&:after {
content: "\f0d8";
color: $brand-primary;
font-family: 'Font Awesome 5 Free';
font-size: 16px;
margin-left: 5px;
vertical-align: middle;
}
}
&.sorting_desc {
background-image: none;
&:after {
content: "\f0d7";
color: $brand-primary;
font-family: 'Font Awesome 5 Free';
font-size: 16px;
margin-left: 5px;
vertical-align: middle;
}
}
input, select {
font-weight: normal;
}
}
}
}
}
// Safari table resize fixes. Table should not resize.
@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
table.dataTable {
width: auto;
min-width: 100%;
max-width: none;
}
}