Files
peya-nodejs-pool/website_example/themes/admin.css

104 lines
1.6 KiB
CSS
Raw Normal View History

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