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

Fixed the PlaceNode issue and added fontAwesome css folder

1)Fixed the PlaceNode issue.
2)Added fontAwesome css folder (public/styles/font-awesome)
3)Added come css stlying for placeNode table in style.css
This commit is contained in:
Ganeshr93 2017-09-29 14:20:08 -07:00
parent 646bc67365
commit cba77d2e55
38 changed files with 8798 additions and 86 deletions

View file

@ -513,3 +513,36 @@ a {
.notification:hover {
background-color: #EFE8B6;
}
.map-PlaceDeviceMarker tr:nth-child(odd) {
background-color: #C9C9C9;
}
.map-PlaceDeviceMarker tr:nth-child(even) {
background-color: #D8D8D8;
}
.map-PlaceDeviceMarker tr:hover{
background-color: #A9A9A9;
}
.map-PlaceDeviceMarker td {
border-top: thin solid #808080;
border-bottom: thin solid #808080;
color: #282828;
}
.map-PlaceDeviceMarker td:first-child {
border-left: thin solid #808080;
}
.map-PlaceDeviceMarker td:last-child {
border-right: thin solid #808080;
}
.flexboxdiv {
display: flex;
align-items: center;
display: -webkit-flex;
-webkit-align-items: center;
}