mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Tidy top 10 displays
This commit is contained in:
+24
-15
@@ -499,11 +499,33 @@ a.list-device-disabled, a.list-device-disabled:visited {
|
||||
}
|
||||
|
||||
.boxes {
|
||||
width: 350px;
|
||||
height: 200px;
|
||||
vertical-align: center;
|
||||
}
|
||||
|
||||
.box {
|
||||
width: 350px;
|
||||
height: 300px;
|
||||
padding: 0px;
|
||||
vertical-align: center;
|
||||
}
|
||||
|
||||
.top10 {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.welcome {
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
||||
table.simple {
|
||||
border: 0px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.left-2-col-fluid {
|
||||
display: table-cell;
|
||||
margin-right: 400px;
|
||||
@@ -1560,16 +1582,3 @@ tr.search:nth-child(odd) {
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.box {
|
||||
}
|
||||
|
||||
.welcome {
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
||||
.simple {
|
||||
border: 0px;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user