mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-07 12:09:11 -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:
@@ -25,10 +25,12 @@
|
||||
<?= t("Photos will be uploaded to album: ") ?>
|
||||
</p>
|
||||
<ul class="g-breadcrumbs">
|
||||
<? $i = 0 ?>
|
||||
<? foreach ($item->parents() as $parent): ?>
|
||||
<li> <?= html::clean($parent->title) ?> </li>
|
||||
<li<? if ($i == 0) print " class=\"g-first\"" ?>> <?= html::clean($parent->title) ?> </li>
|
||||
<? $i++ ?>
|
||||
<? endforeach ?>
|
||||
<li class="active"> <?= html::purify($item->title) ?> </li>
|
||||
<li class="g-active"> <?= html::purify($item->title) ?> </li>
|
||||
</ul>
|
||||
|
||||
<div id="g-uploadqueue-infobar">
|
||||
|
||||
Reference in New Issue
Block a user