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

Completed first version of account picture support.

This commit is contained in:
Ylian Saint-Hilaire 2021-03-19 14:49:40 -07:00
parent bfb2472862
commit de96c4f065
5 changed files with 1576 additions and 1509 deletions

View file

@ -973,12 +973,21 @@ NoMeshesPanel img {
cursor: pointer;
}
#p2AccountImage {
width: 128px;
height: 128px;
margin-bottom: 10px;
margin-right: 20px;
#p2AccountImageFrame {
float: right;
text-align: center;
margin-bottom: 10px;
margin-right: 10px;
margin-top: 7px;
}
#p2AccountImage, #p2AccountImage2, #MainUserImageEx {
width: 200px;
height: 200px;
border-radius: 8px;
cursor: pointer;
margin: 8px;
box-shadow: 0px 0px 7px #000;
}
.p2AccountActions {