MDL-22944 I took out the 80% mform width and it looks fine to me even on big screens

This commit is contained in:
Martin Dougiamas
2010-06-26 06:04:38 +00:00
parent c3f791c2dd
commit 5b7c69d143
+1 -1
View File
@@ -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;}