summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2009-01-11 13:16:21 +0000
committeretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2009-01-11 13:16:21 +0000
commit03c7e15227fb84b94d9f870aac69d7d54b61889a (patch)
treec7d4c5e276fd3092449c195b8c354f7ebe645979 /static
parent4182d638dcbe194b65b38d1ae92068dadbefc84d (diff)
downloadChimère-03c7e15227fb84b94d9f870aac69d7d54b61889a.tar.bz2
Chimère-03c7e15227fb84b94d9f870aac69d7d54b61889a.zip
Modification of created routes
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@9 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'static')
-rw-r--r--static/forms.css40
-rw-r--r--static/styles.css5
2 files changed, 43 insertions, 2 deletions
diff --git a/static/forms.css b/static/forms.css
index e536e96..c8e4939 100644
--- a/static/forms.css
+++ b/static/forms.css
@@ -8,4 +8,42 @@ float:left;
#live_lonlat{
margin:1em;
float:left;
-} \ No newline at end of file
+}
+
+.toggle-button{
+float:left;
+padding:4px;
+-moz-border-radius: 4px;
+-webkit-border-radius: 4px;
+border-radius: 4px;
+border:1px solid grey;
+}
+
+#draw-toggle-off{
+color:black;
+}
+
+#draw-toggle-on{
+background-color:lightgrey;
+display:None;
+}
+
+.help-route{
+width:700px;
+background-color:#EEF;;
+margin: 10px 0px;
+float:left;
+padding:0 4px;
+-moz-border-radius: 4px;
+-webkit-border-radius: 4px;
+border-radius: 4px;
+border:1px solid grey;
+}
+
+#help-route-create{
+}
+
+#help-route-modify{
+display:None
+}
+
diff --git a/static/styles.css b/static/styles.css
index 28af34c..fda1fa9 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -41,6 +41,7 @@ color:purple;
hr.spacer{
clear:both;
border:None;
+visibility: hidden;
}
.edit label{
@@ -120,7 +121,7 @@ z-index:5;
top:50px;
bottom:58px;
left:80px;
-right:360px;
+margin-right:360px;
background-color:#FFF;
opacity:0.9;
-moz-border-radius:10px;
@@ -170,6 +171,8 @@ border: 1px solid black;
margin:0px;
padding:0px;
height:92%;
+margin:0;
+padding:0;
top:40px;
bottom:8px;
left:8px;