mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-11 15:03:20 -05:00
CSS/HTML fixes in login screen.
This commit is contained in:
parent
273823ff85
commit
7929bb099b
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "meshcentral",
|
"name": "meshcentral",
|
||||||
"version": "0.3.1-q",
|
"version": "0.3.1-r",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Remote Management",
|
"Remote Management",
|
||||||
"Intel AMT",
|
"Intel AMT",
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
||||||
background-color: #d3d9d6;
|
background-color: #d3d9d6;
|
||||||
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
@ -93,7 +94,6 @@
|
|||||||
background: #113962;
|
background: #113962;
|
||||||
background: linear-gradient(to bottom, #104893 0%,#113962 100%);
|
background: linear-gradient(to bottom, #104893 0%,#113962 100%);
|
||||||
color: white;
|
color: white;
|
||||||
display: none;
|
|
||||||
}
|
}
|
||||||
.fullscreen #page_leftbar {
|
.fullscreen #page_leftbar {
|
||||||
display: block;
|
display: block;
|
||||||
@ -141,7 +141,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fullscreen #column_l {
|
.fullscreen #column_l {
|
||||||
height: calc(100vh - 135px);
|
height: calc(100vh - 111px);
|
||||||
width: calc(100% - 30px);
|
width: calc(100% - 30px);
|
||||||
overflow-y: auto;
|
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
@ -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 "My Devices" section of this web site and you will be able to monitor them and take control of them.</div>
|
<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 "My Devices" section of this web site and you will be able to monitor them and take control of them.</div>
|
||||||
<table id="centralTable" style="">
|
<table id="centralTable" style="">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="welcomeimage" style="display:none">
|
<td id="welcomeimage">
|
||||||
<picture>
|
<picture>
|
||||||
<img alt="" src=welcome.jpg />
|
<img alt="" src=welcome.jpg />
|
||||||
</picture>
|
</picture>
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user