diff options
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |