Skip to content

Commit

Permalink
Merge branch 'gh-pages'
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrent committed Jan 2, 2017
2 parents c904b73 + d1b49f0 commit b5aba09
Show file tree
Hide file tree
Showing 76 changed files with 11,264 additions and 17,490 deletions.
190 changes: 0 additions & 190 deletions bam.html

This file was deleted.

28 changes: 0 additions & 28 deletions combined.html

This file was deleted.

4 changes: 4 additions & 0 deletions css/genoverse.css
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,10 @@
white-space: nowrap;
}

.gv-menu.gv-wrap-values .gv-menu-content table td:last-child {
word-break: break-word;
}

.gv-menu .gv-menu-button {
color: #FFF;
cursor: pointer;
Expand Down
10 changes: 0 additions & 10 deletions css/hoverLabels.css

This file was deleted.

18 changes: 14 additions & 4 deletions css/resizer.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,24 @@ body.gv-dragging * {

.gv-resizer-plugin .gv-canvas-container .gv-resizer .gv-handle {
background-color: #5A5A5A;
border: 1px solid white;
border-width: 1px 0;
height: 1px;
margin: 1px 48%;
border: 1px solid #5A5A5A;
border-radius: 3px 3px 0 0;
height: 3px;
margin: 2px 48%;
width: 4%;
box-sizing: border-box;
}

.gv-resizer-plugin .gv-canvas-container .gv-resizer:hover,
.gv-resizer-plugin .gv-canvas-container .gv-resizer.ui-draggable-dragging {
box-shadow: -1px -3px 6px -3px #000000 inset !important;
}

.gv-resizer-plugin .gv-canvas-container .gv-resizer:hover .gv-handle {
box-shadow: 0px -1px 3px #000000, 0px 0px 2px #FFFFFF inset !important;
}

.gv-resizer-plugin .gv-canvas-container .gv-resizer-expander .gv-handle {
height: 5px;
margin-top: 0;
}
5 changes: 5 additions & 0 deletions css/trackControls.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,9 @@
.gv-track-controls-plugin .gv-track-container div.gv-track-controls textarea {
color: #333;
font-weight: normal;
}

.gv-track-controls-plugin .gv-track-container div.gv-track-controls select {
width: auto;
margin: 0 5px;
}
45 changes: 0 additions & 45 deletions examples/genoverse.org/styles.css

This file was deleted.

62 changes: 0 additions & 62 deletions examples/tomato/SequenceVariation.js

This file was deleted.

Loading

0 comments on commit b5aba09

Please sign in to comment.