From e96b76e5eef0761ae082729afe1dc7c8c08e6205 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/formal_white/style/core.css b/theme/formal_white/style/core.css index f4fb3d20006..438a485b895 100644 --- a/theme/formal_white/style/core.css +++ b/theme/formal_white/style/core.css @@ -129,7 +129,7 @@ input[type="radio"] { .loginbox .loginform .form-input #username, .loginbox .loginform .form-input #password { - width: 50%; + width: 100%; color: #000; } @@ -561,4 +561,4 @@ input[type="radio"] { .pagelayout-redirect #content {text-align:center;margin-top:10%;margin-bottom:10%;} /* plugin compattable */ -.plugincompattable {font-size:90%;} \ No newline at end of file +.plugincompattable {font-size:90%;}