| 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 : |
// --------------------------------------------------------------------------
// CONFIGURATION
//
// This file contains styling for the pages that contain the configuration style
// tables and other elements.
// --------------------------------------------------------------------------
.gx-configuration {
tbody {
tr:nth-child(even) {
background-color: adjust-lightness($background-color, -2.4);
}
tr:nth-child(odd) {
background-color: $background-color;
}
}
input {
}
th {
padding: 6px 12px;
border-bottom: 3px solid $table-color;
background-color: $background-color;
color: $text-color-light;
text-align: left;
font-size: 12px;
height: 48px;
}
.error-logging-select {
margin-bottom: 13px;
}
div.gx-container {
&.main-table {
margin-top: 24px;
}
}
// Task #21 fix configuration input widths
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
select,
textarea {
width: 170px;
border: 1px solid $border-color;
border-radius: 2px;
background-color: $background-color;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
select {
height: 30px;
margin-right: 12px;
&#GM_ANALYTICS_CODE {
width: 300px;
height: 250px;
}
}
textarea {
min-height: 30px;
}
.main-table {
height: 48px;
}
table {
&.even {
background-color: $background-color;
}
&.odd {
background-color: adjust-lightness($background-color, -2.4);
}
&.even,
&.odd {
tbody {
tr {
background-color: inherit;
}
}
}
}
.configuration-label {
color: $text-color-light;
text-align: left;
vertical-align: middle;
width: 300px;
font-size: 12px;
}
.colorpicker-wrapper {
.color-preview {
height: 24px;
width: 24px;
margin-top: 6px;
border: 1px solid $border-color;
border-radius: 5px;
float: left;
}
.picker {
margin: 2px 0 0 12px;
float: left;
}
}
.add-padding-left-25 {
padding-left: 25px;
}
td {
&.dataTableContent_gm {
height: 48px;
color: $text-color-light;
}
&.dataTableContent_gm.withdrawal_time_wrapper > input[type="text"] {
width: 50px;
}
&.dataTableContent_gm .checkbox-switch-wrapper {
margin-top: 4px;
}
&.dataTableContent_gm button.ui-datepicker-trigger {
margin: 0 0 0 5px;
}
}
&:not(:first-of-type).gx-configuration-table {
margin-top: 48px; // For gm_miscellaneous.php page tables.
}
.gx-configuration-table {
width: 100%;
}
table.log_configuration_table {
margin-top: 24px;
}
.mail-subject {
display: inline-block;
margin-bottom: 12px;
&:last-child {
margin-bottom: 0;
}
}
}