Skip to content
Snippets Groups Projects
Commit b4fe9a6f authored by Olimpia Magliulo's avatar Olimpia Magliulo
Browse files

Change path and fix rtl

parent 85203b47
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
{% if jquery and jquery.css %} {% if jquery and jquery.css %}
<link rel="stylesheet" media="screen" type="text/css" href="/{{ baseurlpath }}resources/uitheme1.8/jquery-ui.css" /> <link rel="stylesheet" media="screen" type="text/css" href="/{{ baseurlpath }}resources/uitheme1.8/jquery-ui.css" />
{% endif %} {% endif %}
{% if isRTL %}<link rel="stylesheet" type="text/css" href="/{{ baseurlpath }}resources/default-rtl.css" />{% endif %} {% if isRTL %}<link rel="stylesheet" type="text/css" href="/{{ baseurlpath }}assets/css/src/default-rtl.css" />{% endif %}
<meta name="robots" content="noindex, nofollow"> <meta name="robots" content="noindex, nofollow">
{% block preload %}{% endblock %} {% block preload %}{% endblock %}
</head> </head>
......
...@@ -92,7 +92,7 @@ if(!empty($this->data['htmlinject']['htmlContentHead'])) { ...@@ -92,7 +92,7 @@ if(!empty($this->data['htmlinject']['htmlContentHead'])) {
if ($this->isLanguageRTL()) { if ($this->isLanguageRTL()) {
?> ?>
<link rel="stylesheet" type="text/css" href="/<?php echo $this->data['baseurlpath']; ?>resources/default-rtl.css" /> <link rel="stylesheet" type="text/css" href="/<?php echo $this->data['baseurlpath']; ?>assets/css/src/default-rtl.css" />
<?php <?php
} }
?> ?>
......
...@@ -40,11 +40,11 @@ img { ...@@ -40,11 +40,11 @@ img {
} }
.left { .left {
float: left !important; float: left;
} }
.right { .right {
float: right !important; float: right;
} }
.center { .center {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment