mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fix for #2420, changed how devices are displayed in devices view.
This commit is contained in:
parent
7bf0681f5b
commit
0302d30c22
2 changed files with 76 additions and 12 deletions
|
@ -850,8 +850,8 @@ NoMeshesPanel img {
|
|||
|
||||
.deviceBatterySmall {
|
||||
position:absolute;
|
||||
left:20px;
|
||||
top:28px;
|
||||
left:26px;
|
||||
top:32px;
|
||||
width:14px;
|
||||
height:24px;
|
||||
border:none;
|
||||
|
@ -1929,6 +1929,23 @@ a {
|
|||
width: 180px;
|
||||
}
|
||||
|
||||
.g1t {
|
||||
background-position: 0% 0%;
|
||||
width: 14px;
|
||||
height: 100%;
|
||||
/* fallback (Opera) */
|
||||
/* Mozilla: */
|
||||
/* Chrome, Safari:*/
|
||||
background-image: linear-gradient(to right, #fff 0%, #c9c9c9 100%);
|
||||
background-color: #c9c9c9;
|
||||
background-repeat: repeat;
|
||||
background-attachment: scroll;
|
||||
}
|
||||
|
||||
.night .g1t {
|
||||
background-image: linear-gradient(to right, #000 0%, #333 100%);
|
||||
}
|
||||
|
||||
.g1 {
|
||||
background-position: 0% 0%;
|
||||
width: 14px;
|
||||
|
@ -1972,6 +1989,23 @@ a {
|
|||
background-image: linear-gradient(to right, #000 0%, #444 100%);
|
||||
}
|
||||
|
||||
.g2t {
|
||||
background-position: 0% 0%;
|
||||
width: 14px;
|
||||
height: 100%;
|
||||
/* fallback (Opera) */
|
||||
/* Mozilla: */
|
||||
/* Chrome, Safari:*/
|
||||
background-image: linear-gradient(to right, #c9c9c9 0%, #fff 100%);
|
||||
background-color: #c9c9c9;
|
||||
background-repeat: repeat;
|
||||
background-attachment: scroll;
|
||||
}
|
||||
|
||||
.night .g2t {
|
||||
background-image: linear-gradient(to right, #333 0%, #000 100%);
|
||||
}
|
||||
|
||||
.g2 {
|
||||
background-position: 0% 0%;
|
||||
width: 14px;
|
||||
|
@ -2068,6 +2102,15 @@ a {
|
|||
background-image: linear-gradient(to right, #333 0%, #000 100%);
|
||||
}
|
||||
|
||||
.e1t {
|
||||
font-size: large;
|
||||
margin-bottom: 3px;
|
||||
overflow: hidden;
|
||||
word-wrap: hyphenate;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.e1 {
|
||||
font-size: large;
|
||||
margin-top: 4px;
|
||||
|
@ -2089,6 +2132,16 @@ a {
|
|||
background-color: #333;
|
||||
}
|
||||
|
||||
.e2t {
|
||||
height: 100%;
|
||||
background-color: #c9c9c9;
|
||||
}
|
||||
|
||||
.night .e2t {
|
||||
color: #CCC;
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.e2s {
|
||||
background-color: #b9b9b9;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue