]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix position of SQLite warning
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 9 Apr 2015 09:10:41 +0000 (11:10 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 9 Apr 2015 09:10:41 +0000 (11:10 +0200)
core/css/styles.css

index 5d4a5a7eeec337ab936317a670868bf6b9ea045f..66f241eaeee11190752704c952ede98380be806f 100644 (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;
 }