summaryrefslogtreecommitdiff
path: root/chimere/static/forms.css
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/static/forms.css')
-rw-r--r--chimere/static/forms.css40
1 files changed, 33 insertions, 7 deletions
diff --git a/chimere/static/forms.css b/chimere/static/forms.css
index dea37f0..dd3fc21 100644
--- a/chimere/static/forms.css
+++ b/chimere/static/forms.css
@@ -1,16 +1,42 @@
/* colors definition */
-.toggle-button{
+.map_button .toggle-button-inactive{
color: #5b80b2;
+background-color:#fff;
+}
+
+.map_button .toggle-button-active, .toggle-button:hover{
+background-color: #5b80b2;
+color:#fff;
}
+
+
/**/
#map_edit{
border: 1px solid black;
-width:700px;
-height:400px;
-float:left;
+width:100%;
+height:500px;
+}
+
+
+.map_button{
+position:absolute;
+z-index:1000;
+text-align:center;
+width:100%;
+margin:0;
+padding:0;
+margin-top:10px;
+}
+
+.map_button a{
+margin:8px;
+padding:4px;
+-moz-border-radius: 4px;
+-webkit-border-radius: 4px;
+border-radius: 4px;
}
#live_lonlat{
@@ -47,10 +73,9 @@ font-size:16px;
}
.help-route{
-width:700px;
+width:98%;
background-color:#EEF;;
-margin: 10px 0px;
-float:left;
+margin: 10px 0;
padding:0 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
@@ -59,6 +84,7 @@ border:1px solid grey;
}
#help-route-create{
+display:None
}
#help-route-modify{