# HG changeset patch # User Matti Hamalainen # Date 1521537126 -7200 # Node ID 3798ba80a2556fa8d2a9daa3caf5c7518c90c1f9 # Parent c8b69b6bb69275f31fbfab3738e88c29042b4328 Cosmetics. diff -r c8b69b6bb692 -r 3798ba80a255 basic.css --- a/basic.css Tue Mar 20 11:11:11 2018 +0200 +++ b/basic.css Tue Mar 20 11:12:06 2018 +0200 @@ -54,6 +54,7 @@ #pageInfoFooter { position: fixed; + bottom: 0; left: 0; right: 0; @@ -172,6 +173,14 @@ /* * */ +#pageImageBox { + top: 0; + bottom: 0; + left: 0; + right: 0; +} + + .imageBox { text-align: center; } @@ -201,13 +210,6 @@ border: 0.2em solid white; } -#pageImageBox { - top: 0; - bottom: 0; - left: 0; - right: 0; -} - div.imageCtrl { position: absolute; min-width: 150px; @@ -261,6 +263,7 @@ #imageImageBox { } + #imageImage { position: relative; z-index: 5; @@ -387,6 +390,7 @@ @media screen and (min-resolution: 150dpi) { + div.albumTitle, div.imageCaption { font-size: 1.5em; }