webui: Updated devices view (#4700)

This commit is contained in:
crcro
2016-10-16 17:58:48 +03:00
committed by Neil Lathwood
parent 71a6d6ed73
commit 5569884f7f
3 changed files with 390 additions and 338 deletions

View File

@@ -2057,3 +2057,75 @@ label {
padding-top: 15px !important;
}
}
/* devices layout modifications */
.devices-font-bold {
font-weight: bold;
}
.devices-float-right {
float: right;
}
.devices-graphs-select {
margin-right: 5px;
}
.devices-search-header {
margin: 5px;
}
.devices-input-small {
line-height: 14px;
}
.devices-status-box-detail {
line-height: 16px;
margin-left: 5px;
font-size: 14px;
width: 80px;
display: block;
height: 24px;
text-align: center;
vertical-align: middle;
margin-top: 8px;
}
.devices-status-box-basic {
margin-left: 5px;
width: 70px;
display: block;
text-align: center;
}
.devices-headers-table-menu {
padding: 0;
float: right;
}
.devices-overlib-box {
display: block;
padding: 1px;
margin: 2px;
min-height: 170px;
max-height: 170px;
text-align: center;
float: left;
background-color: #f5f5f5;
}
.device-table-header-status {
width: 100px;
text-align: center;
}
.device-table-header-vendor {
width: 100px;
text-align: center;
}
.device-table-icon {
text-align: center;
display: block;
width: 70px;
}