2020-02-10 15:49:40 -05:00
|
|
|
#page-wrapper {
|
2021-01-03 23:51:09 -05:00
|
|
|
padding: 0 15px 0;
|
|
|
|
|
min-height: 568px;
|
2020-02-10 15:49:40 -05:00
|
|
|
}
|
|
|
|
|
@media (min-width: 992px) {
|
2021-01-03 23:51:09 -05:00
|
|
|
#page-wrapper {
|
|
|
|
|
padding: 0 30px;
|
|
|
|
|
}
|
2020-02-10 15:49:40 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-side-menu li.sign-out {
|
2021-01-03 23:51:09 -05:00
|
|
|
border-left: 3px solid darkred;
|
|
|
|
|
background-color: rgba(255,0,0,.2);
|
2020-02-10 15:49:40 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-side-menu li.sign-out:hover {
|
2021-01-03 23:51:09 -05:00
|
|
|
border-left: 3px solid darkred;
|
|
|
|
|
background-color: darkred;
|
2020-02-10 15:49:40 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Pool Statistics */
|
|
|
|
|
#poolStats .luckGood {
|
2021-01-03 23:51:09 -05:00
|
|
|
color: #5eff5e;
|
2020-02-10 15:49:40 -05:00
|
|
|
}
|
|
|
|
|
#poolStats .luckBad {
|
2021-01-03 23:51:09 -05:00
|
|
|
color: red;
|
2020-02-10 15:49:40 -05:00
|
|
|
}
|
|
|
|
|
#poolStats .luckMid {
|
2021-01-03 23:51:09 -05:00
|
|
|
color: #FFF500;
|
2020-02-10 15:49:40 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Users list */
|
|
|
|
|
.usersList {
|
2021-01-03 23:51:09 -05:00
|
|
|
word-wrap: break-word;
|
2020-02-10 15:49:40 -05:00
|
|
|
}
|
|
|
|
|
.usersList .tooltip-inner {
|
2021-01-03 23:51:09 -05:00
|
|
|
max-width: 100%;
|
2020-02-10 15:49:40 -05:00
|
|
|
}
|
|
|
|
|
@media (min-width: 768px) {
|
2021-01-03 23:51:09 -05:00
|
|
|
.usersList {
|
|
|
|
|
table-layout: fixed;
|
|
|
|
|
}
|
|
|
|
|
.usersList tr > th,
|
|
|
|
|
.usersList tr > td {
|
|
|
|
|
text-align: center;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
.usersList .col1 {
|
|
|
|
|
white-space: normal;
|
|
|
|
|
}
|
|
|
|
|
.usersList .col2 {
|
|
|
|
|
width: 100px;
|
|
|
|
|
}
|
|
|
|
|
.usersList .col3 {
|
|
|
|
|
width: 100px;
|
|
|
|
|
}
|
|
|
|
|
.usersList .col4 {
|
|
|
|
|
width: 100px;
|
|
|
|
|
}
|
|
|
|
|
.usersList .col5 {
|
|
|
|
|
width: 100px;
|
|
|
|
|
}
|
|
|
|
|
.usersList .col6 {
|
|
|
|
|
width: 120px;
|
|
|
|
|
white-space: normal;
|
|
|
|
|
}
|
2020-02-10 15:49:40 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Monitoring */
|
|
|
|
|
.adminMonitor code {
|
2021-01-03 23:51:09 -05:00
|
|
|
white-space: normal;
|
2020-02-10 15:49:40 -05:00
|
|
|
}
|
|
|
|
|
.adminMonitor .tab-pane li {
|
2021-01-03 23:51:09 -05:00
|
|
|
margin-bottom: 10px;
|
2020-02-10 15:49:40 -05:00
|
|
|
}
|
|
|
|
|
.adminMonitor .infos {
|
2021-01-03 23:51:09 -05:00
|
|
|
margin-bottom: 20px;
|
2020-02-10 15:49:40 -05:00
|
|
|
}
|
|
|
|
|
.adminMonitor #logTable th {
|
2021-01-03 23:51:09 -05:00
|
|
|
white-space: nowrap;
|
2020-02-10 15:49:40 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Ports Usage */
|
2021-01-03 23:51:09 -05:00
|
|
|
#portsUsage tr > td {
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
font-size: 0.95em;
|
2020-02-10 15:49:40 -05:00
|
|
|
}
|
|
|
|
|
#portsUsage table .col1,
|
|
|
|
|
#portsUsage table .col2 {
|
2021-01-03 23:51:09 -05:00
|
|
|
text-align: center;
|
|
|
|
|
}
|
2020-02-10 15:49:40 -05:00
|
|
|
@media (min-width: 768px) {
|
2021-01-03 23:51:09 -05:00
|
|
|
#portsUsage table th {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
#portsUsage table .col1 {
|
|
|
|
|
width:60px;
|
|
|
|
|
}
|
|
|
|
|
#portsUsage table .col2 {
|
|
|
|
|
width:160px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2020-02-10 15:49:40 -05:00
|
|
|
}
|