]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
changed some alignement
authorBanana <mail@bananas-playground.net>
Fri, 16 Dec 2022 17:31:46 +0000 (18:31 +0100)
committerBanana <mail@bananas-playground.net>
Fri, 16 Dec 2022 17:31:46 +0000 (18:31 +0100)
webclient/view/default/collections/collections.html
webclient/view/default/tags/tags.html

index 5deea3c5ebc056bb2d43dca8e9dde6bf07238921..b8c1059a73afdc0a24622ee731b90fecee998c4c 100644 (file)
@@ -36,8 +36,6 @@
 </div>
 <?php } ?>
 
-<h3 class="uk-h3"><?php echo Summoner::ifset($TemplateData['loadedCollection'], 'name'); ?></h3>
-
 <?php if(!empty($TemplateData['search'])) { ?>
 <div uk-alert id="searchNotice">
        <button class="uk-alert-close" type="button" uk-close></button>
@@ -51,6 +49,7 @@
 <?php } ?>
 
 <?php if(!empty($TemplateData['entries'])) { ?>
+<h3 class="uk-h3"><?php echo Summoner::ifset($TemplateData['loadedCollection'], 'name'); ?></h3>
 <div class="uk-grid-small uk-grid-match" uk-grid>
        <?php foreach($TemplateData['entries']['results'] as $entryK=>$entry) { ?>
        <div class="uk-width-1-4@s uk-width-1-6@l">
index 14a915d0bd7331ceddf8167470dc4776868ccc7b..2894d058388b6ef0bac60443f1ad01f4f2175c45 100644 (file)
@@ -1,4 +1,4 @@
-<div class="uk-grid-small uk-grid-row-small uk-grid-row-small" uk-grid>
+<div class="uk-grid-small uk-grid-row-small" uk-grid>
        <div class="uk-width-1-2@l">
        <?php if(!empty($TemplateData['tags'])) { ?>
                <h3 class="uk-h3">Selectable tags for: <?php echo Summoner::ifset($TemplateData['loadedCollection'], 'name'); ?></h3>