From e63ce5f791d0cc98f679ab1b292b876206e7e00c Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 30 Dec 2014 12:03:01 -0300 Subject: [PATCH] fix sidebar in ie11 --- css/src/mobile.css | 9 ++++----- views/includes/sidebar-mobile.html | 12 ++++++------ 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/css/src/mobile.css b/css/src/mobile.css index 51274566e..61b431ea8 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -18,15 +18,16 @@ display: none; } - .sidebar-bottom { + .button-close { + margin-top:65px; background: #213140; padding: 1.2rem; font-size: 14px; - position: fixed; - bottom: 0; width: 100%; text-align: center; height: 65px; + display:block; + color: #fff; } .page, .main { @@ -70,8 +71,6 @@ header { height: 45px; background-color: #213140; - position: fixed; - top: 0; width: 100%; line-height: 110%; padding: 0 0.45rem; diff --git a/views/includes/sidebar-mobile.html b/views/includes/sidebar-mobile.html index a14af8a22..ed9aa6ba2 100644 --- a/views/includes/sidebar-mobile.html +++ b/views/includes/sidebar-mobile.html @@ -43,14 +43,14 @@ Add wallet + + {{'Close'|translate}} + {{'Lock'|translate}} + + +
-