mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
Merge branch 'MDL-54009-master' of git://github.com/ryanwyllie/moodle
This commit is contained in:
commit
283b1d32bd
@ -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';
|
||||
|
@ -380,3 +380,9 @@
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Styling for LTI view */
|
||||
#contentframe {
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user