Moved web root into root of project; this makes deployment easier.

Also deleted 'docs', which is now redundant.
This commit is contained in:
Simon Brooke 2020-02-27 14:18:29 +00:00
parent a5204c66b9
commit 743d8a1740
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
1592 changed files with 53626 additions and 139250 deletions

75
css/style.css Normal file
View file

@ -0,0 +1,75 @@
/* some style */
body {
font-family: Helvetica, Ariel, sans-serif;
padding-bottom: 4em;
}
footer {
clear: both;
font-size: smaller;
text-align: center;
color:white;
background-color: #3298dc;
width: 100%;
margin: 0;
padding: 0.25em 0;
bottom:0;
position:fixed;
vertical-align: top;
z-index:150;
_position:absolute;
_top:expression(eval(document.documentElement.scrollTop+
(document.documentElement.clientHeight-this.offsetHeight)));
}
footer a {
color: #ddd;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0.5em 10%;
text-align: left;
background-color: #3298dc;
color: white;
}
samp {
background-color: #b0b0ff;
}
#app {
margin-left: 10%;
}
#app h2 {
width: 60%;
}
#error
{
background-color: maroon;
color: white;
margin: 0px;
padding-left: 10%;
}
#message
{
background-color: darkgreen;
color: white;
margin: 0px;
padding-left: 10%;
}
.geocsv {
height: 600px;
width: 80%;
border: thin solid gray;
}
.leaflet-popup-content h5 {
width: 80%;
}