Changed language-switcher to label element.

This commit is contained in:
Alex Tselegidis 2015-07-25 12:07:12 +02:00
parent fa3810bc97
commit 9a7ec58a0b
2 changed files with 8 additions and 1 deletions

View File

@ -11,7 +11,7 @@
}
?></a> |
<?php echo $this->lang->line('licensed_under'); ?> GPLv3 |
<span id="select-language" class="badge badge-inverse">
<span id="select-language" class="label label-success">
<?php echo ucfirst($this->config->item('language')); ?>
</span>
</div>

View File

@ -60,6 +60,13 @@ li.language:hover {
#select-language {
cursor: pointer;
display: inline-block;
padding: 4px 5px;
}
#language-list {
list-style: none;
padding-left: 0px;
}
/* JQUERY UI DATETIME PICKER ADDON