Skip to content

Commit

Permalink
MDL-42853 course: Fix edit title icon margin on RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Massart committed Nov 14, 2013
1 parent e161a5a commit 7d31a29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions theme/bootstrapbase/less/moodle/course.less
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,15 @@ span.editinstructions {
}
}

.dir-rtl .section {
.editing_title {
.iconsmall {
margin: 8px 0 0 8px;
padding: 4px 0 0 8px;
}
}
}

/**
* Course management page
* Palette
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 7d31a29

Please sign in to comment.