Skip to content

Commit

Permalink
updated figure data
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Jan 28, 2019
1 parent 468ad51 commit 5be94a6
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/apollo/css/webapollo_track_styles.css
Expand Up @@ -504,6 +504,8 @@ div.annot-sequence {
z-index: 100;
background-color: transparent;
background-image: url('../img/exclamation_circle_orange.png');
background-size: 15px 15px;
background-repeat: no-repeat;
pointer-events: none; /* attempting to route around issue with centered non-canon splice sites preventing edge-drag */
/* background-image: url('img/exclamation_circle_orange.png'); */
/* background-image: url('img/warning_exclamation_small.png'); */
Expand Down Expand Up @@ -559,6 +561,7 @@ div.annot-sequence {
width: 12px;
height: 100%;
background-image: url('../img/plus-arrowhead.png');
background-size: 12px 12px;
background-repeat: no-repeat;
background-position: left center; /* center image vertically */
z-index: 15;
Expand All @@ -571,6 +574,7 @@ div.annot-sequence {
width: 12px;
height: 100%;
background-image: url('../img/minus-arrowhead.png');
background-size: 10px 10px;
background-repeat: no-repeat;
background-position: right center; /* center image vertically */
z-index: 15;
Expand Down
Binary file modified client/apollo/img/exclamation_circle_orange.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed client/apollo/img/marker_rounded_red.png
Binary file not shown.
Binary file removed client/apollo/img/marker_squared_red.png
Binary file not shown.
Binary file modified client/apollo/img/minus-arrowhead.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified client/apollo/img/plus-arrowhead.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed client/apollo/img/small-minus-arrowhead.png
Binary file not shown.
Binary file removed client/apollo/img/small-plus-arrowhead.png
Binary file not shown.
Binary file removed client/apollo/img/warning_exclamation.png
Binary file not shown.
Binary file removed client/apollo/img/warning_exclamation_small.png
Binary file not shown.

0 comments on commit 5be94a6

Please sign in to comment.