mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-01 15:52:28 -07:00
FE: more information density on device details
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user