superawesomeme / moodle-theme_aardvark

Aardvark theme for Moodle
https://moodle.org/plugins/view.php?plugin=theme_aardvark
6 stars 14 forks source link

rtl issue #4

Open yedidiaklein opened 8 years ago

yedidiaklein commented 8 years ago

Hi,

First thanks for this nice colorful theme, there is a small issue regarding icons while using RTL languages like hebrew and arabic. The fix is to add these lines to the CSS:

.dir-rtl .block .header .title h2:before { float : right; margin-left: 0.5em; margin-right: -0.5em; }

I currently add this to the customcss field - will be great if it'll be in core.

thanks,

--Yedidia OpenApp