From 3581ca217708bbf861e671ece6b64521ea14fab3 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Tue, 22 Dec 2015 14:33:23 +0100 Subject: [PATCH] toolbar fix on association page (#8566) --- cam/static/css/toolbar.css | 15 +++++++++++++++ cam/templates/archimed/associate.html | 16 +--------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/cam/static/css/toolbar.css b/cam/static/css/toolbar.css index 2801408..e2a96a9 100644 --- a/cam/static/css/toolbar.css +++ b/cam/static/css/toolbar.css @@ -88,6 +88,16 @@ body { margin: 5px; } +.fake_toolbar { + width: 100%; + height: 47px; + background: #2c2c2c; + position: absolute; + top: 0; + left: 0; + display: none; +} + @media screen and (max-width: 767px) { body { margin: 0 !important; @@ -149,4 +159,9 @@ body { display: block; } + .fake_toolbar { + height: 47px; + display: block; + } + } diff --git a/cam/templates/archimed/associate.html b/cam/templates/archimed/associate.html index ad398c6..905c42f 100644 --- a/cam/templates/archimed/associate.html +++ b/cam/templates/archimed/associate.html @@ -10,21 +10,7 @@ - +