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

CSS/HTML fixes in login screen.

This commit is contained in:
Ylian Saint-Hilaire 2019-04-04 14:01:35 -07:00
parent 10fe35e5c9
commit 5cd84a0cac
8 changed files with 9 additions and 9 deletions

View file

@ -6,6 +6,7 @@
font-size: 13px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
background-color: #d3d9d6;
overflow-y: hidden;
}
#container {
@ -93,7 +94,6 @@
background: #113962;
background: linear-gradient(to bottom, #104893 0%,#113962 100%);
color: white;
display: none;
}
.fullscreen #page_leftbar {
display: block;
@ -141,7 +141,7 @@
}
.fullscreen #column_l {
height: calc(100vh - 135px);
height: calc(100vh - 111px);
width: calc(100% - 30px);
overflow-y: auto;
}