From 9c8ef1397f0b7034adeacec889ccf0b93832dfee Mon Sep 17 00:00:00 2001 From: Ryan Wyllie Date: Mon, 9 May 2016 07:07:27 +0000 Subject: [PATCH 1/2] MDL-54009 mod_lti: Style LTI tool iframe border --- mod/lti/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mod/lti/styles.css b/mod/lti/styles.css index 1b5025a12d8..e15d26acc87 100644 --- a/mod/lti/styles.css +++ b/mod/lti/styles.css @@ -380,3 +380,9 @@ display: inline-block; vertical-align: middle; } + +/* Styling for LTI view */ +#contentframe { + border: 1px solid #ddd; + border-radius: 4px; +} From b7c7f0d10e7dc041ad85654e593e6c9af4041c0d Mon Sep 17 00:00:00 2001 From: Ryan Wyllie Date: Mon, 9 May 2016 07:09:15 +0000 Subject: [PATCH 2/2] MDL-54009 enrol_lti: Captilise language string --- enrol/lti/lang/en/enrol_lti.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enrol/lti/lang/en/enrol_lti.php b/enrol/lti/lang/en/enrol_lti.php index efe55ff8e26..122cbf1f1e3 100644 --- a/enrol/lti/lang/en/enrol_lti.php +++ b/enrol/lti/lang/en/enrol_lti.php @@ -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';