2018-08-11 15:02:11 +02:00
|
|
|
.modal .properties {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: minmax(min-content, max-content) auto;
|
|
|
|
grid-column-gap: 10px;
|
|
|
|
grid-row-gap: 3px;
|
|
|
|
box-sizing: border-box; }
|
|
|
|
.modal hr {
|
|
|
|
border-top: 3px double #8c8b8b;
|
|
|
|
width: 100%; }
|
|
|
|
.modal .general_properties, .modal .properties_general {
|
|
|
|
width: 100%;
|
|
|
|
/*
|
|
|
|
.slots {
|
|
|
|
width: 100%;
|
|
|
|
display: inline-flex;
|
|
|
|
flex-direction: row;
|
|
|
|
|
|
|
|
* {
|
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maximum, .reserved {
|
|
|
|
a {
|
|
|
|
width: 140px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
width: 100px;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
*/ }
|
|
|
|
.modal .input_error {
|
|
|
|
border-radius: 1px;
|
|
|
|
border: solid red; }
|
|
|
|
.modal .server_properties .properties {
|
|
|
|
grid-template-columns: 135px auto; }
|
|
|
|
.modal .server_properties .properties:first-of-type {
|
|
|
|
margin-top: 5px; }
|
|
|
|
.modal .server_properties .virtualserver_welcomemessage {
|
|
|
|
height: 70px;
|
|
|
|
resize: none; }
|
|
|
|
.modal .container {
|
|
|
|
padding: 6px; }
|
|
|
|
.modal .group_box {
|
|
|
|
margin-top: 5px; }
|
|
|
|
.modal .group_box:first-of-type {
|
|
|
|
margin-top: 0px; }
|
2018-04-16 20:38:35 +02:00
|
|
|
|
2018-08-11 15:02:11 +02:00
|
|
|
.channel_perm_tbl .value {
|
|
|
|
width: 60px; }
|
2018-04-16 20:38:35 +02:00
|
|
|
|
2018-08-11 15:02:11 +02:00
|
|
|
.group_box {
|
|
|
|
display: grid; }
|
|
|
|
.group_box .header {
|
|
|
|
float: left;
|
|
|
|
margin-bottom: 2px; }
|
|
|
|
.group_box .content {
|
|
|
|
background: rgba(0, 0, 0, 0.035);
|
|
|
|
border: lightgray solid 1px;
|
|
|
|
border-radius: 0 2px;
|
|
|
|
padding: 6px; }
|
2018-04-16 20:38:35 +02:00
|
|
|
|
2018-08-11 15:02:11 +02:00
|
|
|
.container {
|
|
|
|
margin: 2px; }
|
2018-04-16 20:38:35 +02:00
|
|
|
|
2018-08-11 15:02:11 +02:00
|
|
|
/*# sourceMappingURL=modals.css.map */
|