diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-05-31 11:29:07 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-05-31 11:29:07 +0200 |
commit | 1e3a40940d30e76c1736f9aaad3d26727e3370f9 (patch) | |
tree | 3ac4591df039ff5dc46aa9069ed459235cbdfcb7 /templates | |
parent | 54a052243aff7914d6881480a5cd7e1ca926c404 (diff) | |
download | Chimère - projet Saclay-1e3a40940d30e76c1736f9aaad3d26727e3370f9.tar.bz2 Chimère - projet Saclay-1e3a40940d30e76c1736f9aaad3d26727e3370f9.zip |
Corrections diverses de mise en forme
Diffstat (limited to 'templates')
-rw-r--r-- | templates/chimere/blocks/map.html | 2 | ||||
-rw-r--r-- | templates/chimere/blocks/submited.html | 2 |
2 files changed, 2 insertions, 2 deletions
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'}); }); // --> </script> 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}}"; |