Files
EdgeAdmin/web/views/@default/servers/create.css

30 lines
532 B
CSS
Raw Normal View History

2023-03-22 17:52:22 +08:00
.tables-box .table-box {
margin-top: 0;
}
2020-08-21 12:32:16 +08:00
.label em {
font-style: italic !important;
}
2023-03-21 16:56:45 +08:00
.checkboxes .checkbox {
float: left;
margin-bottom: 1em;
margin-right: 1em;
}
2023-03-27 16:31:52 +08:00
@media screen and (min-width: 1124px) {
2023-03-21 16:56:45 +08:00
.tables-box {
width: 1024px;
}
2023-03-22 17:52:22 +08:00
.tables-box .table-box.left {
width: 55%;
2023-03-21 16:56:45 +08:00
float: left;
}
.tables-box .table-box.right {
2023-03-22 17:52:22 +08:00
width: 40%;
float: left;
margin-left: 2em;
2023-03-21 16:56:45 +08:00
opacity: 0.3;
}
.tables-box .table-box.right:hover {
opacity: 1;
}
}
2020-08-21 12:32:16 +08:00
/*# sourceMappingURL=create.css.map */