summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-22 13:28:30 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-23 18:36:45 +0200
commit622c567c1f9d8c70d9eb633a0b9fabdde79ebd4b (patch)
tree70fc249c72ca6c9bceb2735e5089e92611112456 /core/css
parent38bfae57fe40f0572656e17af9cab624295df5ce (diff)
downloadnextcloud-server-622c567c1f9d8c70d9eb633a0b9fabdde79ebd4b.tar.gz
nextcloud-server-622c567c1f9d8c70d9eb633a0b9fabdde79ebd4b.zip
larger clickable area for remember log in
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 6c13823c444..46adaf2c09f 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -269,6 +269,9 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
font-size: 1em;
color: #030303;
text-shadow: #3d4d64 0 1px 0;
+ padding: 14px;
+ padding-left: 28px;
+ margin-left: -28px;
}
#body-login form .errors { background:#fed7d7; border:1px solid #f00; list-style-indent:inside; margin:0 0 2em; padding:1em; }
#body-login .success { background:#d7fed7; border:1px solid #0f0; width: 35%; margin: 30px auto; padding:1em; text-align: center;}