FE: more information density on device details

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2026-02-02 14:51:39 +11:00
parent 39637350b3
commit 6d03d58c78
3 changed files with 52 additions and 15 deletions

View File

@@ -508,6 +508,41 @@ body
color: #a0a0a0;
}
.small-box {
margin-bottom: 15px !important;
float: left;
width: 100%;
}
#TopSmallBoxes .small-box {
height: 3em;
}
.small-box .icon
{
font-size: 2.2em !important;
float: right;
top: 0;
}
.small-box .small-box-text
{
float:left;
font-size: x-large;
margin-top: -0.3em;
}
.small-box .infobox_label
{
font-size: larger;
float: right;
text-align: center;
}
hr
{
margin-top: 5px;
margin-bottom: 10px;
}
/* -----------------------------------------------------------------------------
Customized Box Borders
----------------------------------------------------------------------------- */
@@ -901,10 +936,6 @@ height: 50px;
background-color: #b2b6be !important;
}
.infobox_label {
font-size: 16px !important;
}
.deviceSelector
{
display: block;
@@ -1667,6 +1698,10 @@ textarea[readonly],
min-height: 42px;
}
.form-group {
margin-bottom: 5px !important;
}
/* Remove the default Select2 chevron (the down arrow) */
.select2-container .select2-selection__arrow b {
display: none !important;