From f1f04a5a062dbdc35ea3c73d13929b90fece6650 Mon Sep 17 00:00:00 2001 From: Kordan Date: Mon, 27 Feb 2012 09:32:50 +0100 Subject: [PATCH] MDL-31786 theme_formalwhite: bigger userid and password fields size in login page --- theme/formal_white/style/core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/formal_white/style/core.css b/theme/formal_white/style/core.css index 9435a26341b..d005e4a6736 100644 --- a/theme/formal_white/style/core.css +++ b/theme/formal_white/style/core.css @@ -134,7 +134,7 @@ input[type="radio"] { .loginbox .loginform .form-input #username, .loginbox .loginform .form-input #password { - width: 50%; + width: 100%; color: #000; }