| 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/compatibility/imports/ |
Upload File : |
// ----------------------------------------------------------------------------
// INTERNET EXPLORER SPECIFIC FIXES
// ----------------------------------------------------------------------------
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
// Fixes jQuery UI dialog drag problem.
html, body {
position: relative;
}
// Dashboard news entries are not displayed correctly.
.load_url .article .header {
width: 100%;
}
// Fix size problems with various pages (Teaser Slider, Quantity Units, etc)
.dataTableRow,
.dataTableRowSelected,
.dataTableHeadingRow {
@include box-sizing(border-box !important);
}
// Campaings Report page select width fix.
.sales-statistics-menu-wrapper {
.date-select {
width: 55px !important;
}
}
// Force the following rule
html body.gx-compatibility select {
background-image: none;
padding-right: 5px !important;
}
.statistic-widget {
margin-right: 18px !important;
&:last-child {
margin-right: 0 !important;
}
}
.gx-compatibility .alert button.close {
min-width: 20px;
}
html body.gx-compatibility .paginator {
overflow: visible;
}
}