1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

fix bootstrap padding #6755

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2025-02-27 18:08:12 +00:00
parent 0d65080a8a
commit 42f61ea46e
3 changed files with 9 additions and 31 deletions

View file

@ -703,6 +703,10 @@ body {
text-align: center;
}
.DeviceCheckbox {
margin-top: 2px !important;
}
.deviceBarCheckbox {
width:22px;
float:left;
@ -823,15 +827,15 @@ NoMeshesPanel img {
.deviceNotifySmallDot {
position:absolute;
right:10px;
top:0px;
top:4px;
height:10px;
}
.deviceNotifySmallDotSub {
text-align:center;
color:#FFF;
height:10px;
width:10px;
height:14px;
width:14px;
padding:2px;
background-color:#00F;
border-radius:10px;