rename public folder and fix links

This commit is contained in:
2020-01-04 16:08:49 +01:00
parent 020e834f02
commit 8922ce6f39
31 changed files with 0 additions and 0 deletions

55
public/css/style.css Normal file
View File

@ -0,0 +1,55 @@
.mydragable {
position: absolute;
z-index: 9;
cursor: move;
}
.divMap {
z-index: 1;
}
img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
color: #333;
background: #f0f0f0;
padding: 20px 0;
}
.mapimg {
border:1px solid #000000;
}
table {
width: auto;
}
.center {
text-align:center;
}
.btn {
color: #fff;
background-color: #428bca;
border: 1px solid #357ebd;
-webkit-border-radius: 4;
-moz-border-radius: 4;
border-radius: 4px;
font-size: 14px;
padding: 6px 12px;
text-decoration: none;
cursor: pointer;
}
.btn:hover {
background-color: #3071a9;
border-color: #285e8e;
ext-decoration: none;
}