Added UI to support editing polylines
This commit is contained in:
+12
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user