Skip to content

Commit

Permalink
MDL-35527 - Left justify CLOSE button on modal dialog boxes, when in …
Browse files Browse the repository at this point in the history
…RTL mode
  • Loading branch information
nadavkav authored and stronk7 committed Sep 26, 2012
1 parent 249d073 commit 68164ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/base/style/core.css
Expand Up @@ -863,6 +863,10 @@ sup {vertical-align: super;}
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC')!important;
filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
}
/* Activity Chooser "Close" button */
.dir-rtl .moodle-dialogue-base .closebutton {float: left;}
/* Question Bank - Question Chooser "Close" button */
#page-question-edit.dir-rtl a.container-close {right:auto;left:6px;}

.chooserdialogue .moodle-dialogue-bd {
font-size: 12px;
Expand Down

0 comments on commit 68164ad

Please sign in to comment.