From 83244f4cefe7ff27d351967617f48a5203d132ce Mon Sep 17 00:00:00 2001 From: skodak Date: Fri, 5 Jan 2007 21:10:35 +0000 Subject: [PATCH] MDL-7861 xhtml strict fixes - login page - this is the ***really last*** fix for IE trouble! --- theme/standard/styles_layout.css | 5 +++++ 1 file changed, 5 insertions(+) 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%; -- 2.39.5