From 244a6658a3afc80ab36d412ffd1061d146768afa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kate=C5=99ina=20=C4=8C=C3=AD=C5=BEkov=C3=A1?= Date: Wed, 8 Jan 2020 21:45:34 +0100 Subject: [PATCH] =?UTF-8?q?pr=C3=A1ce=20na=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mamweb/static/css/mamweb.css | 15 ++++++++++++--- mamweb/templates/menu_mobile.html | 5 +++-- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/mamweb/static/css/mamweb.css b/mamweb/static/css/mamweb.css index a269b795..609d89e8 100644 --- a/mamweb/static/css/mamweb.css +++ b/mamweb/static/css/mamweb.css @@ -301,6 +301,8 @@ div.zadani_azad_termin { * Footer **********/ +/* nefunguje pro mobily */ + #footer { background: url("../images/mozaika-footer.svg") no-repeat top center; height: 200px; @@ -322,9 +324,6 @@ p.license-mobile { - - - /********************** * Zmenšování displeje ***********************/ @@ -442,6 +441,14 @@ ul.submenu { display: none; } + div.submenu_mobile { + display: none; + } + + div.submenu_mobile active { + display: block; + } + nav.nav-button { display: block; @@ -473,6 +480,8 @@ ul.submenu { /*stránka organizátorů*/ +/*todo pro mobily*/ + div.seznam_orgu { } diff --git a/mamweb/templates/menu_mobile.html b/mamweb/templates/menu_mobile.html index b2040cd3..362e61f1 100644 --- a/mamweb/templates/menu_mobile.html +++ b/mamweb/templates/menu_mobile.html @@ -6,11 +6,12 @@
  • {{ item.title_resolved }} - {% if item.has_children %}{% endif %} +
  • {% endfor %}