diff options
Diffstat (limited to 'chimere/static/forms.css')
-rw-r--r-- | chimere/static/forms.css | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/chimere/static/forms.css b/chimere/static/forms.css new file mode 100644 index 0000000..c8e4939 --- /dev/null +++ b/chimere/static/forms.css @@ -0,0 +1,49 @@ +#map_edit{ +border: 1px solid black; +width:700px; +height:400px; +float:left; +} + +#live_lonlat{ +margin:1em; +float:left; +} + +.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 +} + |