add background image

This commit is contained in:
ansuz 2017-01-31 19:48:55 +01:00
parent d93086a92d
commit 3321d01040

View File

@ -10,7 +10,7 @@
html, body{ html, body{
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
height: 100%; height: 100% !important;
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
} }
@ -48,7 +48,7 @@
} }
</style> </style>
</head> </head>
<body> <body id="main">
<div id="login-panel" class="panel"> <div id="login-panel" class="panel">
<div id="warning" data-localization="login_warning"></div> <div id="warning" data-localization="login_warning"></div>
@ -92,3 +92,4 @@
<p>View your <a href="/drive" target="_blank">CryptDrive</a>.</p> <p>View your <a href="/drive" target="_blank">CryptDrive</a>.</p>
</div> </div>
</div> </div>