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