summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-11-14 01:51:56 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-11-14 01:51:56 +0100
commit7c7a49978ee6b46e9430a6056c747ad56f5620cc (patch)
tree35fb19007acfce054f4697f21c9163e10892a481
parent3991f4c24c83a4622712666b7d5618dae9a629fd (diff)
downloadChimère - projet Saclay-7c7a49978ee6b46e9430a6056c747ad56f5620cc.tar.bz2
Chimère - projet Saclay-7c7a49978ee6b46e9430a6056c747ad56f5620cc.zip
UI: improve style and submited window height
-rw-r--r--static/saclay/css/styles-saclay.css6
-rw-r--r--templates/chimere/blocks/submited.html2
2 files changed, 6 insertions, 2 deletions
diff --git a/static/saclay/css/styles-saclay.css b/static/saclay/css/styles-saclay.css
index f5803b8..5a03a8a 100644
--- a/static/saclay/css/styles-saclay.css
+++ b/static/saclay/css/styles-saclay.css
@@ -142,6 +142,11 @@ h3.warn,
background-color:#a53f3f;
}
+/* light pink */
+div.warning, .errorlist{
+ background-color:#fed;
+}
+
/* blank */
#edit-panel,
#layer_selection h4, #chimere_itinerary_content div.n,
@@ -407,7 +412,6 @@ h3.warn{
padding-top:45px;
}
-
/* autocomplete theming */
ul.ui-autocomplete.ui-menu.ui-corner-all.ui-widget-content{
border-radius:0;
diff --git a/templates/chimere/blocks/submited.html b/templates/chimere/blocks/submited.html
index 6553957..0a51456 100644
--- a/templates/chimere/blocks/submited.html
+++ b/templates/chimere/blocks/submited.html
@@ -12,7 +12,7 @@
modal: true,
dialogClass:'no-titlebar-small',
width:300,
- height:384,
+ resizable:false,
beforeClose: function() {
window.location = "{{index_url}}";
}