Skip to content

Commit

Permalink
MDL-52371 theme_base: activity chooser - support long names
Browse files Browse the repository at this point in the history
  • Loading branch information
davosmith committed Feb 22, 2016
1 parent 3523f77 commit b8645d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions theme/base/style/core.css
Expand Up @@ -1628,6 +1628,14 @@ sup {vertical-align: super;}
-webkit-box-shadow: inset 0px 0px 30px 0px #CCCCCC;
-moz-box-shadow: inset 0px 0px 30px 0px #CCCCCC;
}
.jschooser .choosercontainer #chooseform .alloptions .option input[type=radio],
.jschooser .choosercontainer #chooseform .alloptions .option .modicon {
display: inline-block;
}
.jschooser .choosercontainer #chooseform .alloptions .option .typename {
display: inline-block;
width: 65%;
}
.dir-rtl.jschooser .choosercontainer #chooseform .alloptions {
max-width: 18.3em;
}
Expand Down

0 comments on commit b8645d6

Please sign in to comment.