From b1a284b8c96ea8c2e2c6ae76f235d0a703bcc6e6 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 19 Mar 2008 13:26:22 +0000 Subject: [PATCH] MDL-13968 - followup - fix layout regression caused in IE. --- theme/standard/styles_ie6.css | 2 +- theme/standard/styles_layout.css | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/theme/standard/styles_ie6.css b/theme/standard/styles_ie6.css index 0156ba31cb..330003b9c9 100755 --- a/theme/standard/styles_ie6.css +++ b/theme/standard/styles_ie6.css @@ -55,7 +55,7 @@ form.mform textarea { } .que .info { - margin-left: 0.6em; + display: inline; } #adminsettings .form-setting, diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 76a8156275..44fc065383 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2558,7 +2558,7 @@ body.notes .notesgroup { } .que .content { float: left; - margin: 0.5em 0; + margin: 0; width: 88%; } .que.description .info { @@ -2601,11 +2601,6 @@ body.notes .notesgroup { .multianswer .submit { margin-top: 1em; } -.que .c0, -.que .c1 { - padding: 0.3em 0 0.3em 0.3em; - vertical-align: top; -} .que .feedback { clear: both; padding: 0 0 0.3em 0.3em; -- 2.39.5