summaryrefslogtreecommitdiff
path: root/static/forms.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/forms.css')
-rw-r--r--static/forms.css49
1 files changed, 0 insertions, 49 deletions
diff --git a/static/forms.css b/static/forms.css
deleted file mode 100644
index c8e4939..0000000
--- a/static/forms.css
+++ /dev/null
@@ -1,49 +0,0 @@
-#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
-}
-