Skip to content
Snippets Groups Projects
Commit dd9092cf authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Arabic language logo.

parent 201c7bc2
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -127,6 +127,9 @@ header {
.searchForm {display:none !important}
.navbar-brand {
background-image:url('../../images/vufind_logo.png');
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
color:transparent;
height:65px;
margin-top:5px;
......@@ -135,6 +138,7 @@ header {
color:transparent;
}
}
.navbar-brand.lang-ar {background-image:url('../../images/vufind_logo_ar.png');}
.navbar-nav > li > a {
padding:12px 6px;
@media (max-width: 767px) {
......
......@@ -4,7 +4,7 @@
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-bars"></i>
</button>
<a role="logo" class="navbar-brand" href="<?=$this->url('home')?>">VuFind</a>
<a role="logo" class="navbar-brand lang-<?=$this->layout()->userLang ?>" href="<?=$this->url('home')?>">VuFind</a>
</div>
<? if ($this->layout()->searchbox !== false): ?>
<section class="visible-lg">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment