From: Jan-Christoph Borchardt Date: Thu, 9 Apr 2015 09:10:41 +0000 (+0200) Subject: fix position of SQLite warning X-Git-Tag: v8.1.0alpha1~54^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f3efd7a51e377b5e789bf057228f95da28caa9c8;p=nextcloud-server.git fix position of SQLite warning --- 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; }