mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-02-04 18:48:39 +00:00
icon fixes, loading optimizations
This commit is contained in:
parent
f4cea3a467
commit
fd2ccee594
|
|
@ -3,7 +3,7 @@ html, body {
|
|||
margin: 0;
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-family: 'Arial', Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ echo $this->data['nav']->render(); ?>
|
|||
<?php $tags = $question->getTags(); foreach ($tags as $tag) :
|
||||
if ($tag->id === 0) { continue; }
|
||||
?>
|
||||
<span class="tag"><?= empty($tag->icon) ? '' : '<i class="' . $this->printHtml($tag->icon) . '"></i>'; ?><?= $this->printHtml($tag->getL11n()); ?></span>
|
||||
<span class="tag"><?= empty($tag->icon) ? '' : '<i class="g-icon">' . $this->printHtml($tag->icon) . '</i>'; ?><?= $this->printHtml($tag->getL11n()); ?></span>
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ echo $this->data['nav']->render();
|
|||
foreach ($tags as $tag) :
|
||||
if ($tag->id === 0) { continue; }
|
||||
?>
|
||||
<span class="tag"><?= empty($tag->icon) ? '' : '<i class="' . $this->printHtml($tag->icon) . '"></i>'; ?><?= $this->printHtml($tag->getL11n()); ?></span>
|
||||
<span class="tag"><?= empty($tag->icon) ? '' : '<i class="g-icon">' . $this->printHtml($tag->icon) . '</i>'; ?><?= $this->printHtml($tag->getL11n()); ?></span>
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user