From 8e987329baae9ca506150ae386226de787efe067 Mon Sep 17 00:00:00 2001 From: Pellaeon Lin Date: Sat, 14 Nov 2015 12:42:51 +0800 Subject: [PATCH] Fix# account creation form style, because core ditched the icons and we depend on it --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index e373081..61e6079 100644 --- a/css/style.css +++ b/css/style.css @@ -1,8 +1,8 @@ -#email, #username { +#email, #username, #password { width: 223px !important; padding-left: 36px !important; } -#email-icon, #username-icon { +#email-icon, #username-icon, #password-icon { position: absolute; left: 16px; top: 22px;