From: skodak Date: Fri, 5 Jan 2007 21:10:35 +0000 (+0000) Subject: MDL-7861 xhtml strict fixes - login page - this is the ***really last*** fix for... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=83244f4cefe7ff27d351967617f48a5203d132ce;p=moodle.git MDL-7861 xhtml strict fixes - login page - this is the ***really last*** fix for IE trouble! --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index cb699e7d9b..a4dc616153 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1452,6 +1452,11 @@ body#grade-index .grades .weighted { overflow:hidden; } +.loginbox .content form { + margin:0px; + padding:0px; +} + .loginbox .twocolumns .content { width:90%; margin-left:5%;