mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 10:59:16 -04:00
Breadcrumb updates. Apply g-first and g-active consistently, use ems instead of px for nicer proportions, make font-size the same whether on the page or in a dialog.
This commit is contained in:
@@ -9,14 +9,12 @@
|
||||
|
||||
<p id="g-description"><?= t("Photos will be added to album:") ?></p>
|
||||
<ul class="g-breadcrumbs">
|
||||
<? $i = 0 ?>
|
||||
<? foreach ($item->parents() as $parent): ?>
|
||||
<li>
|
||||
<?= html::purify($parent->title) ?>
|
||||
</li>
|
||||
<li<? if ($i == 0) print " class=\"g-first\"" ?>> <?= html::purify($parent->title) ?> </li>
|
||||
<? $i++ ?>
|
||||
<? endforeach ?>
|
||||
<li class="active">
|
||||
<?= html::purify($item->title) ?>
|
||||
</li>
|
||||
<li class="g-active"> <?= html::purify($item->title) ?> </li>
|
||||
</ul>
|
||||
|
||||
<ul id="g-server-add-tree" class="g-checkbox-tree">
|
||||
|
||||
Reference in New Issue
Block a user