Merge branch 'MDL-54009-master' of git://github.com/ryanwyllie/moodle

This commit is contained in:
David Monllao 2016-05-10 21:58:41 +08:00
commit 283b1d32bd
2 changed files with 7 additions and 1 deletions

View File

@ -62,7 +62,7 @@ $string['sharedexternaltools'] = 'Shared external tools';
$string['syncsettings'] = 'Synchronisation settings';
$string['tooldoesnotexist'] = 'The requested tool does not exist.';
$string['tasksyncgrades'] = 'Handles syncing grades with the consumer';
$string['tasksyncmembers'] = 'handles syncing members with the consumer';
$string['tasksyncmembers'] = 'Handles syncing members with the consumer';
$string['toolsprovided'] = 'Tools provided';
$string['tooltobeprovided'] = 'Tool to be provided';
$string['userdefaultvalues'] = 'User default values';

View File

@ -380,3 +380,9 @@
display: inline-block;
vertical-align: middle;
}
/* Styling for LTI view */
#contentframe {
border: 1px solid #ddd;
border-radius: 4px;
}