Skip to content

Commit

Permalink
Several CSS changes as a follow up for the session with the Ivo's
Browse files Browse the repository at this point in the history
  • Loading branch information
pverberne committed Feb 27, 2024
1 parent 6a1503d commit 80ddd0d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion asset/css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ screen and (max-height: 600px) {
}



.footer-wrapper {
width: 90%;
display: flex;
Expand All @@ -404,4 +405,4 @@ screen and (max-height: 600px) {
}


}
}
6 changes: 5 additions & 1 deletion asset/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,10 @@
height: 100px;
}

.small_image img
{
height: 140px;
}
header #top-bar #institution-logo {
/* position:relative; */
/* top:-3px; */
Expand Down Expand Up @@ -2246,7 +2250,7 @@
}

header.not-scroll nav {
font-size: 1.0em;
font-size: 0.9em;
transition: font-size 0.5s;
}

Expand Down
1 change: 1 addition & 0 deletions view/layout/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ $query = $this->params()->fromQuery();
<?php } else { ?>
<?php echo $this->content; ?>
<?php } ?>

</div>
<?php //if($_SERVER['REQUEST_URI'] != $site->url()){ ?>
<footer>
Expand Down
2 changes: 2 additions & 0 deletions view/omeka/site/item/show.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ $mediaTypes3D = [
</div>
</div>
<?php endif; ?>

</div>

</div>


Expand Down
1 change: 1 addition & 0 deletions view/omeka/site/page/show.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if ($activePage):
<?php $this->trigger('view.show.before'); ?>
<div class="blocks">
<?php echo $this->content; ?>

</div>
<?php $this->trigger('view.show.after'); ?>
<div class="clear"></div>
Expand Down

0 comments on commit 80ddd0d

Please sign in to comment.