mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Changed language-switcher to label element.
This commit is contained in:
parent
fa3810bc97
commit
9a7ec58a0b
2 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue