Skip to content

Commit

Permalink
MDL-22952 - Fixed bidirectional page problems (right to left).
Browse files Browse the repository at this point in the history
  • Loading branch information
rwijaya committed Jul 15, 2010
1 parent 88c90a6 commit 97ce18f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion theme/base/style/question.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,9 @@ body.jsenabled #qtypechoicecontainer {display: block;}

/**** GRRRRR ***/
/* MSIE Hack */
* html .que .submit {float: none;}
* html .que .submit {float: none;}

/** Overide for RTL layout **/
.dir-rtl #qtypechoicecontainer #chooseqtype .instruction,
.dir-rtl #qtypechoicecontainer #chooseqtype .qtypesummary {right: 60%;left: 0%; border-left:0;border-right: 1px solid grey;}
#qtypechoicecontainer #chooseqtype .qtypeoption {padding-right: 0.3em;}

0 comments on commit 97ce18f

Please sign in to comment.