From 982871e0fdd1cb95c3b0bd0bbe0d3ea09faeba1f Mon Sep 17 00:00:00 2001 From: lutty Date: Wed, 7 Oct 2015 18:31:34 +0800 Subject: [PATCH] version 0.2.10 fix some style bug --- files/htdocs/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/files/htdocs/css/style.css b/files/htdocs/css/style.css index 3f5fac5..8516595 100755 --- a/files/htdocs/css/style.css +++ b/files/htdocs/css/style.css @@ -151,6 +151,8 @@ footer > a{ top: 4rem; bottom: 0rem; position: relative; + height: 100%; + height: calc(100% - 4rem); } .main > .loading{ @@ -215,6 +217,10 @@ footer > a{ background-color: #EEE; } +.main-right > #maincontent{ + background-color: #EEE; +} + .pull-right { float: right; } @@ -1199,6 +1205,7 @@ body.lang_pl.node-main-login .cbi-value-title { .main { top: 3.5rem; + height: calc(100% - 3.5rem); } .main-left {