small-package/luci-app-wrtbwmon/htdocs/luci-static/resources/view/wrtbwmon/wrtbwmon.css

67 lines
1.1 KiB
CSS

.th.sorted::after {
content: '\25bc';
}
.th.sorted.ascent::after {
content: '\25b2';
}
.hide {
display: none !important;
}
#control_panel {
display: flex;
margin-bottom: 1rem;
padding: .5rem;
line-height: 2rem;
}
#control_panel > :nth-child(1) {
display: inline-block;
flex: 1 1 50%;
}
#control_panel > :nth-child(2) {
flex: 1 1 50%;
text-align: right;
}
#control_panel > * > * {
vertical-align: middle;
}
#control_panel > div > label {
margin-right: .5rem;
}
div > label + select {
min-width: unset;
width: auto;
}
#control_panel + div {
display: flex;
margin-bottom: .5rem;
}
#control_panel + div > div:nth-of-type(1) {
flex: 1 1 65%;
}
#control_panel + div > div:nth-of-type(2) {
flex: 1 1 35%;
text-align: right;
}
#thClient {
width: 17%;
}
#thMAC {
width: 10%;
}
#thDownload, #thUpload {
width: 8%;
}
#thTotalDown, #thTotalUp, #thTotal {
width: 9%;
}
#thFirstSeen, #thLastSeen {
width: 15%;
}
.tr.table-totals {
font-weight: bold;
}
#traffic .tr:not(.table-totals):not(.placeholder) > .td:not(.th):first-child::before {
content: attr(title)'\a';
white-space: pre-line;
}