diff options
-rw-r--r-- | chimere/static/chimere/css/styles.css | 24 | ||||
-rw-r--r-- | chimere/templates/chimere/base.html | 4 |
2 files changed, 1 insertions, 27 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index d86894c..f272cc6 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -4060,26 +4060,4 @@ li.main_category li.subcategory > span > label{ right: 1.5em; left: auto; } -} - -/* WIP */ - -.wip{ - display: none; - width: 100%; - height: 100%; - background-color: white; - z-index: 1000; - position: absolute; - top: 0; - bottom: 0; - text-align: center; - padding: 2em; - padding-top: 50px; -} - -@media (pointer:coarse), (max-width: 640px) { - .wip{ - display: block; - } -} +}
\ No newline at end of file diff --git a/chimere/templates/chimere/base.html b/chimere/templates/chimere/base.html index 4131730..4ac8c97 100644 --- a/chimere/templates/chimere/base.html +++ b/chimere/templates/chimere/base.html @@ -39,10 +39,6 @@ <a href="#" class="close" data-hide='alert' aria-label="close">×</a> <div class='content'></div> </div> -<div class='wip'> - <p>La version adaptative de cette carte est en cours de finalisation. - Revenez très vite pour en profiter !</p> -</div> {% block top %}{% endblock %} {% block message_map %}{% endblock %} {% block message_edit %}{% endblock %} |