From 45dc4c620a582ba9e2eb4820ab913ec0a78c778b Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sat, 2 Jun 2018 19:51:18 -0400 Subject: [PATCH] modified: remarkbox_westworld/static/theme/westworld/css/theme.css modified: remarkbox_westworld/templates/westworld-base.j2 --- .../static/theme/westworld/css/theme.css | 21 ++++++++++++++++++- .../templates/westworld-base.j2 | 9 +------- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/remarkbox_westworld/static/theme/westworld/css/theme.css b/remarkbox_westworld/static/theme/westworld/css/theme.css index 7c28baf..4a00453 100644 --- a/remarkbox_westworld/static/theme/westworld/css/theme.css +++ b/remarkbox_westworld/static/theme/westworld/css/theme.css @@ -59,7 +59,7 @@ h1.brand { float: right; margin-bottom: 20px; margin-right: 30px; - + width: 252px; } #remarkbox-menu { @@ -137,3 +137,22 @@ input, .common-textarea, #thread_title_input, #email_input, #email_input2 { @media screen and (min-width: 0px) and (max-width: 800px) { .mobile-hide{ display: none; } } + +/* burger phone menu */ + +.burger-label { + background-color: #ffffff; + opacity: 0.75; + transition: .5s; +} +.burger-label:hover { + opacity: 1.0; + transition: .5s; +} +.burger-label span { + background-color: #000000; +} + +.burger-checkbox ~ .phone-menu { + background-color: #000004; +} diff --git a/remarkbox_westworld/templates/westworld-base.j2 b/remarkbox_westworld/templates/westworld-base.j2 index a34e7ad..fa9b7ae 100644 --- a/remarkbox_westworld/templates/westworld-base.j2 +++ b/remarkbox_westworld/templates/westworld-base.j2 @@ -26,14 +26,7 @@ -
-{%- for message, level in request.session.pop_flash() %} -
- - {{message}} -
-{%- endfor %} -
+{% include 'snippets/flash-alerts.j2' %}