From 54a052243aff7914d6881480a5cd7e1ca926c404 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 30 May 2015 19:17:18 +0200 Subject: Add hide sidebar for simple map --- templates/chimere/main_map_simple.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/chimere/main_map_simple.html b/templates/chimere/main_map_simple.html index dd81d39..552d309 100644 --- a/templates/chimere/main_map_simple.html +++ b/templates/chimere/main_map_simple.html @@ -5,6 +5,8 @@ {% block menu %}{# no menu in simple mode #}{% endblock %} {% block message_edit %}{% endblock %} {% block sidebar %} +

{% trans "Categories"%}

-- cgit v1.2.3 From 1e3a40940d30e76c1736f9aaad3d26727e3370f9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 31 May 2015 11:29:07 +0200 Subject: Corrections diverses de mise en forme --- static/saclay/css/styles.css | 7 ++++++- static/saclay/images/popup/thanks_title.png | Bin 2057 -> 2136 bytes templates/chimere/blocks/map.html | 2 +- templates/chimere/blocks/submited.html | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/static/saclay/css/styles.css b/static/saclay/css/styles.css index 1a6f73a..98457b6 100644 --- a/static/saclay/css/styles.css +++ b/static/saclay/css/styles.css @@ -295,7 +295,7 @@ h3.warn{ } .no-titlebar-small.ui-dialog .ui-dialog-titlebar{ - width:300px; + width:340px; } .no-titlebar.ui-dialog .ui-dialog-titlebar{ @@ -335,6 +335,11 @@ h3.warn{ display:none; } +#cluster_list .dialog-content{ + overflow: auto; + max-height: 380px; +} + #welcome{ opacity:1; padding:0; diff --git a/static/saclay/images/popup/thanks_title.png b/static/saclay/images/popup/thanks_title.png index 3c6ec2c..40bfba5 100644 Binary files a/static/saclay/images/popup/thanks_title.png and b/static/saclay/images/popup/thanks_title.png differ diff --git a/templates/chimere/blocks/map.html b/templates/chimere/blocks/map.html index 231c143..fe5ea06 100644 --- a/templates/chimere/blocks/map.html +++ b/templates/chimere/blocks/map.html @@ -7,7 +7,7 @@ $(function(){ $('#cluster_list').dialog({'autoOpen':false, 'resizable':false, 'width':340, - 'dialogClass':'no-titlebar'}); + 'dialogClass':'no-titlebar-small'}); }); // --> diff --git a/templates/chimere/blocks/submited.html b/templates/chimere/blocks/submited.html index dfa0228..d571f75 100644 --- a/templates/chimere/blocks/submited.html +++ b/templates/chimere/blocks/submited.html @@ -11,7 +11,7 @@ $("#submited-window").dialog({ modal: true, dialogClass:'no-titlebar-small', - width:300, + width:340, resizable:false, beforeClose: function() { window.location = "{{index_url}}"; -- cgit v1.2.3