diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/forms.css | 40 | ||||
| -rw-r--r-- | static/styles.css | 5 |
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; |
