responsive login page

This commit is contained in:
azivner 2018-12-23 11:06:11 +01:00
parent d0d24f0f4a
commit f7a670ec24

View File

@ -5,7 +5,8 @@
<title>Login</title> <title>Login</title>
</head> </head>
<body> <body>
<div style="width: 400px; margin: auto; padding-top: 30px;"> <div class="container">
<div class="col-md-5 offset-md-3">
<h1>Trilium login</h1> <h1>Trilium login</h1>
<% if (failedAuth) { %> <% if (failedAuth) { %>
@ -39,6 +40,7 @@
</div> </div>
</form> </form>
</div> </div>
</div>
<!-- Required for correct loading of scripts in Electron --> <!-- Required for correct loading of scripts in Electron -->
<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script> <script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>