summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-04-16 17:44:05 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-04-16 17:44:05 +0200
commit067a5cdee734ace6628b93a82c23f61fe1245db3 (patch)
tree7a7f4af7aeef5e4dd95e42b425c5706400430644 /core
parent6a79b7f2b56b81f2800debf966beed5d5d7c7223 (diff)
downloadnextcloud-server-067a5cdee734ace6628b93a82c23f61fe1245db3.tar.gz
nextcloud-server-067a5cdee734ace6628b93a82c23f61fe1245db3.zip
fix database infield label indentation
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 477b4263cad..5efa7707836 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -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;