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 036e84c389 (see MDL-30354).

Signed-off-by: Daniel Ziegenberg <[email protected]>
This commit is contained in:
Daniel Ziegenberg
2021-12-08 19:38:26 +01:00
parent 059e523871
commit dba6833aa2
-4
View File
@@ -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;