Skip to content

Commit

Permalink
MDL-32479 - RTL Theme fixes for Moodle 2 (theme/base)
Browse files Browse the repository at this point in the history
Right align NEW YUI3 overlay Activity/Resource Chooser
theme/base/style/core.css
  • Loading branch information
nadavkav authored and Aparup Banerjee committed Jun 13, 2012
1 parent 7dd65ae commit 8c5bd05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme/base/style/core.css
Expand Up @@ -942,6 +942,12 @@ sup {vertical-align: super;}
line-height: 2em;
}

.dir-rtl #choosercontainer #chooseform .instruction, .jsenabled #choosercontainer #chooseform .typesummary {
left: 0px;
right: 18.5em;
border-right: 1px solid grey;
}

/* Selected option settings */
.jsenabled .choosercontainer #chooseform .instruction,
.choosercontainer #chooseform .selected .typesummary {
Expand Down

0 comments on commit 8c5bd05

Please sign in to comment.