From f3efd7a51e377b5e789bf057228f95da28caa9c8 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 9 Apr 2015 11:10:41 +0200 Subject: [PATCH] fix position of SQLite warning --- core/css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/css/styles.css b/core/css/styles.css index 5d4a5a7eeec..66f241eaeee 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -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; } -- 2.39.5