MDL-33931 - themes - Change of the base theme to align the submit and cancel buttons with the rest of the mform (15%)

This commit is contained in:
Adrian Greeve
2012-06-21 15:47:02 +08:00
parent 334de6b691
commit 612aee17b0
+1 -1
View File
@@ -210,7 +210,7 @@ a.skip:active {position: static;display: block;}
.mform .fitem .fitemtitle {width:15%;text-align:right;float:left;}
.mform .fitem .fitemtitle div {display: inline;}
.mform .fitem .felement {border-width: 0;width:80%;margin-left:16%;}
.mform .fitem fieldset.felement {margin-left:0;padding-left:1%;margin-bottom:0}
.mform .fitem fieldset.felement {margin-left:15%;padding-left:1%;margin-bottom:0}
.mform .error,
.mform .required {color:#A00;}
.mform .required .fgroup span label {color:#000;}