summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-05-17 11:36:06 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-05-17 11:36:06 +0200
commitdd6e6705f38c5999c608e2c093beb15118e32d75 (patch)
tree40000a864329f0c08c522c5bde4a5da028f4ad9d
parent1608e969068dd2c902cfc705ef117063cad40486 (diff)
downloadChimère-dd6e6705f38c5999c608e2c093beb15118e32d75.tar.bz2
Chimère-dd6e6705f38c5999c608e2c093beb15118e32d75.zip
Remove WIP display
-rw-r--r--chimere/static/chimere/css/styles.css24
-rw-r--r--chimere/templates/chimere/base.html4
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">&times;</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 %}