From ebae07bac5c475b078ed638b7a0e8b16a7ba9485 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Thu, 19 Oct 2017 15:48:08 +0200 Subject: [PATCH] Small adaptions to new homepage appearance --- slt/css/desktop.css | 21 ++++++--------------- slt/css/main.css | 2 +- slt/css/mobile.css | 17 +++-------------- slt/index.html | 3 --- slt/index.php | 3 --- 5 files changed, 10 insertions(+), 36 deletions(-) diff --git a/slt/css/desktop.css b/slt/css/desktop.css index ae778c7..8858156 100644 --- a/slt/css/desktop.css +++ b/slt/css/desktop.css @@ -1,6 +1,7 @@ body { background-color: #ebebeb; overflow: scroll; + padding: 0px; } #topmenu a { @@ -95,25 +96,15 @@ body { * Header line positioning */ +#header { + justify-content: space-around; +} + + #slideshow { display: inline-block; } -#pgfs { - position: static; - z-index: 10; -} - -.pgfs_floom_progressbar, .pgfs_floom_slice { - position: static; - z-index: 11; -} - -#logo > img { - height: 180px; -} - - /* * Content positioning */ diff --git a/slt/css/main.css b/slt/css/main.css index 09eb2c1..f3b79d8 100644 --- a/slt/css/main.css +++ b/slt/css/main.css @@ -3,4 +3,4 @@ @import "mobile.css"; @import "desktop.css" ( min-width: 1000px ); -@import "desktop-narrow.css" ( min-width: 800px) and ( max-width: 1200px ); +@import "desktop-narrow.css" ( min-width: 1000px) and ( max-width: 1200px ); diff --git a/slt/css/mobile.css b/slt/css/mobile.css index c1d85fd..8dea31e 100644 --- a/slt/css/mobile.css +++ b/slt/css/mobile.css @@ -4,6 +4,7 @@ body { display: flex; flex-direction: column; align-items: center; + padding: 0px 20px 10px 20px; } #page { @@ -61,26 +62,14 @@ body { align-items: center; } -#logo, #slideshow { - flex: 0; -} - -#logo { - display: inline-block; +#slideshow { + flex: 1; } #slideshow { display: none; } -#logo > img { - height: 150px; -} - -#slideshow > img { - height: 150px; -} - /* * Content positioning diff --git a/slt/index.html b/slt/index.html index b459a99..5f20c37 100644 --- a/slt/index.html +++ b/slt/index.html @@ -44,9 +44,6 @@