]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix database infield label indentation
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 16 Apr 2014 15:44:05 +0000 (17:44 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 16 Apr 2014 15:44:05 +0000 (17:44 +0200)
core/css/styles.css

index 477b4263cad4ff8244c37006ec0a079fdce40602..5efa77078361cbd3555be7d4751f86800ae51c35 100644 (file)
@@ -472,7 +472,9 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
        overflow: hidden;
        text-overflow: ellipsis;
 }
-#body-login #databaseField .infield { padding-left:0; }
+#body-login #databaseField .infield {
+       margin-left: 0;
+}
 #body-login form input[type="checkbox"]+label {
        position: relative;
        margin: 0;