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:
parent
0d65080a8a
commit
42f61ea46e
3 changed files with 9 additions and 31 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue