From 6ff3f2de67429c3cc4a173c1bab0614ee8af17ae Mon Sep 17 00:00:00 2001 From: lutty Date: Wed, 7 Oct 2015 18:04:26 +0800 Subject: [PATCH] version 0.2.8 fix iphone bug --- files/htdocs/css/style.css | 10 ++++++++-- files/templates/header.htm | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/files/htdocs/css/style.css b/files/htdocs/css/style.css index f11f1ca..3f5fac5 100755 --- a/files/htdocs/css/style.css +++ b/files/htdocs/css/style.css @@ -150,6 +150,7 @@ footer > a{ .main { top: 4rem; bottom: 0rem; + position: relative; } .main > .loading{ @@ -195,18 +196,21 @@ footer > a{ .main-left { float: left; + top: 4rem; width: 15%; width: calc(0% + 17rem); height: 100%; - overflow-y: auto; + height: calc(100% - 4rem); background-color: white; + + overflow-x: auto; + position: fixed; } .main-right { width: 85%; width: calc(100% - 17rem); float: right; - overflow-y: auto; height: 100%; background-color: #EEE; } @@ -1199,6 +1203,8 @@ body.lang_pl.node-main-login .cbi-value-title { .main-left { width: calc(0% + 13rem); + top: 3.5rem; + height: calc(100% - 3.5rem); } .main-right { diff --git a/files/templates/header.htm b/files/templates/header.htm index 05d9419..3e3c607 100755 --- a/files/templates/header.htm +++ b/files/templates/header.htm @@ -154,7 +154,7 @@ end %> <% if ucichanges > 0 then %> - <%:Unsaved Changes%>: <%=ucichanges%> + "><%:Unsaved Changes%>: <%=ucichanges%> <% end %>