MDL-30361 - mod/assignment, fix right margin of felement on Grading page 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.
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
|
||||
#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.dir-rtl .mform .fitem .felement {margin-right: 51%; margin-left: 0;}
|
||||
|
||||
#page-mod-assignment-submissions .optionspref {width: 50%;}
|
||||
#page-mod-assignment-submissions .fastgbutton {text-align: center;}
|
||||
|
||||
Reference in New Issue
Block a user