mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-12 15:33:20 -05:00
Improved login screen background image.
This commit is contained in:
parent
d3388a683d
commit
2fa0ee43b6
@ -559,6 +559,7 @@
|
|||||||
<Content Include="views\invite.handlebars" />
|
<Content Include="views\invite.handlebars" />
|
||||||
<Content Include="views\login-mobile.handlebars" />
|
<Content Include="views\login-mobile.handlebars" />
|
||||||
<Content Include="views\login.handlebars" />
|
<Content Include="views\login.handlebars" />
|
||||||
|
<Content Include="views\login2.handlebars" />
|
||||||
<Content Include="views\message.handlebars" />
|
<Content Include="views\message.handlebars" />
|
||||||
<Content Include="views\message2.handlebars" />
|
<Content Include="views\message2.handlebars" />
|
||||||
<Content Include="views\messenger.handlebars" />
|
<Content Include="views\messenger.handlebars" />
|
||||||
|
BIN
docs/MeshCentral2 Install Guide v0.1.0.odt
Normal file
BIN
docs/MeshCentral2 Install Guide v0.1.0.odt
Normal file
Binary file not shown.
@ -31,7 +31,7 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body id="body" onload="if (typeof(startup) !== 'undefined') startup();" class="arg_hide login">
|
<body id="body" onload="if (typeof(startup) !== 'undefined') startup();" class="arg_hide login">
|
||||||
<img style="position:absolute;left:0;bottom:0;z-index:-1;height:60%;opacity:0.1" src="welcome.png" />
|
<div style="position:absolute;left:0;bottom:0;z-index:-1;height:60%;width:100%;opacity:0.1;background-image:url('welcome.png');background-repeat:no-repeat;background-position:left bottom;background-size:contain"></div>
|
||||||
<table id="centralTable" class="container" style="height:100%;z-index:1">
|
<table id="centralTable" class="container" style="height:100%;z-index:1">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="logincell">
|
<td id="logincell">
|
||||||
|
Loading…
Reference in New Issue
Block a user