summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-27 11:04:08 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-27 11:04:08 +0100
commit86ffa28f726d01a3f5572d48bd800cc625fd53f0 (patch)
tree1d9b8cf96fe6538e9b168155ff5906a8f13c4c48 /core/css
parentf26c47743329679a9f2ade0b3fe778439050c5af (diff)
downloadnextcloud-server-86ffa28f726d01a3f5572d48bd800cc625fd53f0.tar.gz
nextcloud-server-86ffa28f726d01a3f5572d48bd800cc625fd53f0.zip
quick fix for log in button not being aligned with input fields
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 0c16b36873f..61243237bc1 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -139,6 +139,7 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b
#body-login div.buttons { text-align:center; }
#body-login p.info { width:22em; text-align:center; margin:2em auto; color:#777; text-shadow:#fff 0 1px 0; }
#body-login p.info a { font-weight:bold; color:#777; }
+#body-login #submit.login { margin-right:7px; } /* quick fix for log in button not being aligned with input fields, should be properly fixed by input field width later */
#login { min-height:30em; margin:2em auto 0; border-bottom:1px solid #f8f8f8; background:#eee; }
#login form { width:22em; margin:2em auto 2em; padding:0; }