CSS/HTML fixes in login screen.

This commit is contained in:
Ylian Saint-Hilaire 2019-04-04 14:01:35 -07:00
parent 273823ff85
commit 7929bb099b
8 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "0.3.1-q",
"version": "0.3.1-r",
"keywords": [
"Remote Management",
"Intel AMT",

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;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -27,7 +27,7 @@
<div id="welcomeText" style="display:none">Connect to your home or office devices from anywhere in the world using <a href="http://www.meshcommander.com/meshcentral2">MeshCentral</a>, the real time, open source remote monitoring and management web site. You will need to download and install a management agent on your computers. Once installed, computers will show up in the &quot;My Devices&quot; section of this web site and you will be able to monitor them and take control of them.</div>
<table id="centralTable" style="">
<tr>
<td id="welcomeimage" style="display:none">
<td id="welcomeimage">
<picture>
<img alt="" src=welcome.jpg />
</picture>

File diff suppressed because one or more lines are too long