Skip to content

Commit

Permalink
Merge branch 'feature/datadoghq' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
felipinbombin committed Sep 14, 2021
2 parents 9e76846 + b32d551 commit d5e4450
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 42 deletions.
2 changes: 1 addition & 1 deletion dataUploader
15 changes: 11 additions & 4 deletions shape/static/shape/css/mapBase.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,22 @@
width: 80%;
}

#addRouteButton, #addStopButton {
float: right;
#addRouteButton, #addStopButton{
float: left;
}
#backToRouteControl, #backToStopControl{
float: right
}

.select2-selection--multiple {
max-height: 60px;
overflow: auto
}

.select2-container .select2-selection--single .select2-selection__rendered{
display: inline !important;
}

/* used for layer group control */

#layerGroupContainer {
Expand All @@ -107,7 +114,7 @@
display: block;
}

#listControl {
#listControl, #stopListControl {
padding: 0px;
}

Expand All @@ -129,7 +136,7 @@
opacity: 1;
}

#routeLegendControl table thead tr th, #routeLegendControl table tbody tr td {
#routeLegendControl, table thead tr th, #routeLegendControl, table tbody tr td {
padding: 0px 2px;
}

Expand Down
Loading

0 comments on commit d5e4450

Please sign in to comment.