Skip to content

Commit

Permalink
MDL-30361 - mod/assignment, fix right margin of felement on Grading p…
Browse files Browse the repository at this point in the history
…age that is linked from the user's submissions page (In RTL mode) Not sure what the previous fix was doing, (i made it on a previous commit) hope it does not break some other UI element when in RTL mode.
  • Loading branch information
nadavkav committed Nov 22, 2011
1 parent 10625d2 commit bc86c87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mod/assignment/styles.css
Expand Up @@ -34,7 +34,6 @@


#page-mod-assignment-submissions .mform.optionspref .fitem .fitemtitle {width:50%;} #page-mod-assignment-submissions .mform.optionspref .fitem .fitemtitle {width:50%;}
#page-mod-assignment-submissions .mform.optionspref .fitem .felement {width: 30%; margin-left: 51%;} #page-mod-assignment-submissions .mform.optionspref .fitem .felement {width: 30%; margin-left: 51%;}
#page-mod-assignment-submissions.dir-rtl .mform .fitem .felement {margin-right: 51%; margin-left: 0;}


#page-mod-assignment-submissions .optionspref {width: 50%;} #page-mod-assignment-submissions .optionspref {width: 50%;}
#page-mod-assignment-submissions .fastgbutton {text-align: center;} #page-mod-assignment-submissions .fastgbutton {text-align: center;}
Expand Down

0 comments on commit bc86c87

Please sign in to comment.