Added UI to support editing polylines

This commit is contained in:
Ryan Carpenter
2016-08-23 12:46:22 +08:00
parent 740d5ccfab
commit 8a87d76ecf
4 changed files with 79 additions and 12 deletions
+12 -1
View File
@@ -220,7 +220,7 @@ html, body, ui-gmap-google-map, .angular-google-map, .angular-google-map-contain
display: inline-block;
}
#about {
#about, #edit {
height: 500px;
padding-right: 5px;
overflow-y: scroll;
@@ -246,3 +246,14 @@ html, body, ui-gmap-google-map, .angular-google-map, .angular-google-map-contain
list-style-type: circle;
list-style-position: inside;
}
#edit table {
background-color: white;
color: black;
border-collapse: collapse;
}
#edit td {
border: 1px solid black;
padding: 2px;
}