| 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/components/ |
Upload File : |
/*
Configuration Box
==========================================================================
The configuration box component can be used for module pages where the right
sidebar with configuration options is required (e.g. Module Center).
*/
.configuration-box {
min-width: 242px;
position: absolute;
top: 87px;
right: 0;
left: 78.6%;
bottom: 48px;
padding: $padding-large;
margin: 0;
background-color: $well-bg;
border-left: 1px solid $border-color;
color: $text-color;
.configuration-box-content {
min-width: 194px;
max-width: 364px;
.configuration-box-header {
display: inline-block;
width: 100%;
margin-bottom: $margin-large;
.configuration-box-title {
margin: 0;
color: $brand-primary;
text-transform: initial;
font-weight: normal;
@include font(18px);
& * {
padding: 0;
margin: 0;
}
}
}
.configuration-box-body {
padding: 0;
margin-bottom: $margin-large;
text-align: left !important;
}
.configuration-box-footer {
display: inline-block;
width: 100%;
padding: 0;
.button-container {
.btn {
display: inline-block;
float: right;
height: 31px;
line-height: normal;
}
}
}
}
}