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 %}