From 73a2110269bfad715621bd3ecb59c65cd0a65990 Mon Sep 17 00:00:00 2001 From: Daniel Ziegenberg Date: Tue, 15 Jun 2021 23:05:59 +0200 Subject: [PATCH] MDL-69023 mod_lti: remove superfluous css rule The mod_lti css rule .path-mod-lti .message conflicts with text alignment in chats in message an can be removed. The last occurrence of the css class "message" was deleted from the mod_lti code in 2011 with 036e84c38913630ec5fe48e3ad6f230f1aa32253 (see MDL-30354). Signed-off-by: Daniel Ziegenberg --- mod/lti/styles.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mod/lti/styles.css b/mod/lti/styles.css index 268131eb090..ce8a451d7d1 100644 --- a/mod/lti/styles.css +++ b/mod/lti/styles.css @@ -41,10 +41,6 @@ color: red; } -.path-mod-lti .message { - text-align: center; -} - /* Styles for admin */ .path-admin-mod-lti .mform .fitem .fitemtitle { min-width: 18em;