Skip to content

Commit

Permalink
MDL-35245 - Missing scrollbar in Activity Chooser, when in RTL mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavkav committed Sep 15, 2012
1 parent c8ac480 commit ae8fe37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/base/style/core.css
Expand Up @@ -892,6 +892,9 @@ sup {vertical-align: super;}
-webkit-box-shadow: inset 0px 0px 30px 0px #CCCCCC;
-moz-box-shadow: inset 0px 0px 30px 0px #CCCCCC;
}
.dir-rtl.jsenabled .choosercontainer #chooseform .alloptions {
max-width: 18.3em;
}

/* Settings for option rows and option subtypes */
.choosercontainer #chooseform .moduletypetitle,
Expand Down

0 comments on commit ae8fe37

Please sign in to comment.