Skip to content

Commit

Permalink
MDL-33931 - themes - Change of the base theme to align the submit and…
Browse files Browse the repository at this point in the history
… cancel buttons with the rest of the mform (15%)
  • Loading branch information
abgreeve committed Jun 21, 2012
1 parent 334de6b commit 612aee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/base/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
Expand Down

0 comments on commit 612aee1

Please sign in to comment.