From ad4cba91a4f65dab239d6576adeaf5e4e65a4222 Mon Sep 17 00:00:00 2001 From: Nadav Kavalerchik Date: Wed, 20 Sep 2017 12:09:05 +0300 Subject: [PATCH] MDL-60182 Glossary: Fix print icon label in RTL mode --- mod/glossary/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/glossary/styles.css b/mod/glossary/styles.css index 12530e1a732..2bc1d575379 100644 --- a/mod/glossary/styles.css +++ b/mod/glossary/styles.css @@ -123,5 +123,6 @@ .path-mod-glossary .printicon { background: url([[pix:t/print]]) no-repeat scroll 2px center transparent; + /*rtl:ignore*/ padding-left: 20px; }