From 5b7c69d143f0ba7d758aa4e3205e33837f53bebc Mon Sep 17 00:00:00 2001 From: Martin Dougiamas Date: Sat, 26 Jun 2010 06:04:38 +0000 Subject: [PATCH] MDL-22944 I took out the 80% mform width and it looks fine to me even on big screens --- theme/standard/style/core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/standard/style/core.css b/theme/standard/style/core.css index 0700b86a410..2833214ce0e 100644 --- a/theme/standard/style/core.css +++ b/theme/standard/style/core.css @@ -204,7 +204,7 @@ form.popupform label {margin-right: 0.5em;} /** * Moodle Forms */ -.mform {margin: 0 auto;width: 80%;} +.mform {} .mform fieldset {border: 1px solid #DDDDDD;padding: 10px 0;margin: 0.7em 0;width:100%;} .mform .fitem fieldset.felement {margin-top:0;padding-top:0;margin-bottom:0;padding-bottom:0;} .mform .fpassword .unmask input {margin-left:5px;margin-right:3px;}