Merge branch 'MDL-48350-M32' of git://github.com/lazydaisy/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2016-10-24 20:30:11 +02:00
commit 6858c7acec
2 changed files with 4 additions and 0 deletions

View File

@ -110,6 +110,8 @@ body.has_dock {
font-size: 1.1em;
padding: 0;
margin: 0;
float: left;
max-width: 85%;
}
.commands {
display: block;

View File

@ -16647,6 +16647,8 @@ body.has_dock div#dock {
font-size: 1.1em;
padding: 0;
margin: 0;
float: left;
max-width: 85%;
}
#dockeditempanel .dockeditempanel_hd .commands {
display: block;