Don't truncate users email

This commit is contained in:
Tom Needham 2012-03-17 12:51:11 +00:00
parent 122f7e4c2f
commit 7ba8dbb920

View file

@ -5,6 +5,7 @@ input#openid, input#webdav { width:20em; }
#passworderror { display:none; }
#passwordchanged { display:none; }
input#identity { width:20em; }
#email { width: 17em; }
.msg.success{ color:#fff; background-color:#0f0; padding:3px; text-shadow:1px 1px #000; }
.msg.error{ color:#fff; background-color:#f00; padding:3px; text-shadow:1px 1px #000; }