diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-09 11:10:41 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-09 11:10:41 +0200 |
commit | f3efd7a51e377b5e789bf057228f95da28caa9c8 (patch) | |
tree | 252efb3c10659dbe12bdda7fad9fc85b15a8319d /core | |
parent | 50f9ed78d3404baa63ec078f740ef14bcc9e6fd2 (diff) | |
download | nextcloud-server-f3efd7a51e377b5e789bf057228f95da28caa9c8.tar.gz nextcloud-server-f3efd7a51e377b5e789bf057228f95da28caa9c8.zip |
fix position of SQLite warning
Diffstat (limited to 'core')
-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; } |