Skip to content

Commit

Permalink
Merge pull request #50 from ntj/branchdropdown-enhancements
Browse files Browse the repository at this point in the history
Branchdropdown enhancements
  • Loading branch information
neomorphic authored Nov 6, 2017
2 parents d1fe73a + e6afa66 commit 12d3861
Show file tree
Hide file tree
Showing 8 changed files with 650 additions and 243 deletions.
9 changes: 7 additions & 2 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ text {
fill: #e6e6e6;
}

/* When filtering for branches, display nodes which don't belong to branch in lighter grey */
.node-hint > rect {
stroke: #AAA;
stroke-width: .5px;
Expand Down Expand Up @@ -390,12 +391,17 @@ button.current{

.dag div.dag-dropdown{
float: left;
min-width: 150px;
}

.dag div.no-border {
border: none;
}

.dag div.branch-select {
border: none;
}

/* fix: bootstrap tooltip arrow is slightly offset */
.tooltip.bottom .tooltip-arrow{
top:1px;
Expand Down Expand Up @@ -432,5 +438,4 @@ button.current{

.leaflet-control-container .leaflet-top .leaflet-control-zoom {
margin-top: 2.5em;
}

}
Loading

0 comments on commit 12d3861

Please sign in to comment.