From 9b6e255b62557cfe8af285a04e65a34330b6037b Mon Sep 17 00:00:00 2001 From: mxmehl Date: Thu, 9 Jul 2015 14:05:29 +0300 Subject: [PATCH] footer css improvements for short screens --- index.php | 2 +- static/style.css | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index b009590..7c1070e 100644 --- a/index.php +++ b/index.php @@ -118,7 +118,7 @@ diff --git a/static/style.css b/static/style.css index d4803de..54ac4a2 100644 --- a/static/style.css +++ b/static/style.css @@ -26,13 +26,14 @@ button { .footer { position:fixed; - height:30px; + height:50px; bottom:0px; margin-bottom:0px; + font-size:small; } /* New click/hide */ -#gallery {position:relative; line-height:20px; width:705px; padding-left:10px; margin-bottom:100px; height:450px;} +#gallery {position:relative; line-height:20px; width:705px; padding:0 0 10px 10px; margin-bottom:100px; height:100%; background-color:#FFFFFF;} #gallery .switch {display:block; cursor:pointer; color:#000; font-weight:normal;} #gallery .switch .turn_off {display:none;} #gallery .off {color:#c00;}