MDL-49078 theme_bootstrapbase: 'Create new course' text too high

Thanks to  Gareth J Barnard  for the code suggestion
This commit is contained in:
Shashikant Vaishnav 2015-02-24 10:52:21 +05:30
parent 95751e81ac
commit ad75897dd4
2 changed files with 5 additions and 4 deletions

View File

@ -875,11 +875,12 @@ span.editinstructions {
text-align:center;
padding:0.4rem 0.3rem 0.3rem;
line-height:2.2em;
> a,
> .moodle-actionmenu {
display:inline-block;
.menu a {
padding-left:1rem;
}
}
> .moodle-actionmenu .menu a {
padding-left:1rem;
}
.moodle-actionmenu:not([data-enhanced]) {
li {line-height:normal;}

File diff suppressed because one or more lines are too long