fix position of SQLite warning

This commit is contained in:
Jan-Christoph Borchardt 2015-04-09 11:10:41 +02:00
parent 50f9ed78d3
commit f3efd7a51e

View File

@ -435,6 +435,10 @@ input[type="submit"].enabled {
margin-bottom: 20px;
text-align: left;
}
#body-login form #sqliteInformation {
margin-top: -20px;
margin-bottom: 20px;
}
#body-login form #adminaccount {
margin-bottom: 15px;
}