Move wind and admin_wind RTL style definitions out to their own file. Call that file when an RTL language is selected.

This commit is contained in:
Chad Kieffer
2011-04-26 22:38:53 -06:00
parent 192cb124aa
commit 4fa46d6a04
6 changed files with 638 additions and 636 deletions

View File

@@ -39,6 +39,9 @@
<?= $theme->css("themeroller/ui.base.css") ?>
<?= $theme->css("superfish/css/superfish.css") ?>
<?= $theme->css("screen.css") ?>
<? if (locales::is_rtl()): ?>
<?= $theme->css("screen-rtl.css") ?>
<? endif; ?>
<!--[if lt IE 8]>
<link rel="stylesheet" type="text/css" href="<?= $theme->url("css/fix-ie.css") ?>"
media="screen,print,projection" />