Skip to content

Commit

Permalink
Merge 2897451 into cfd84d7
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Oct 19, 2018
2 parents cfd84d7 + 2897451 commit c86c528
Show file tree
Hide file tree
Showing 7 changed files with 137 additions and 136 deletions.
14 changes: 7 additions & 7 deletions client/apollo/css/flat.css
@@ -1,27 +1,27 @@
.jbrowse .Flat div.gridline_minor {
.Flat div.gridline_minor {
border: none
}
.jbrowse .Flat div.gridline_major {
.Flat div.gridline_major {
border: none
}

.jbrowse .Flat div.overview {
.Flat div.overview {
background: #f9f9f9;
}
.jbrowse .Flat.Dark div.overview {
.Flat.Dark div.overview {
background: #333333;
box-shadow: 0 2px 10px 0px #2b2b2b;
border: 1px solid black;
}

.jbrowse .Flat.Dark div.overview-pos{
.Flat.Dark div.overview-pos{
color: white;
}

.jbrowse .Flat div#static_track{
.Flat div#static_track{
background: #f9f9f9;
}
.jbrowse .Flat.Dark div#static_track{
.Flat.Dark div#static_track{
color: white;
background: #333333;
box-shadow: 0 2px 10px 0px black;
Expand Down
8 changes: 4 additions & 4 deletions client/apollo/css/genome.css
Expand Up @@ -26,19 +26,19 @@ div.locationThumb {


/* tweak the style of the powered_by link that has the WA logo in it */
.jbrowse .menuBar .powered_by {
.menuBar .powered_by {
height: 27px;
background: white;
border-right: 1px solid rgb(156,156,156);
position: relative;
top: -1px;
}
.jbrowse .menuBar .powered_by > img {
.menuBar .powered_by > img {
position: relative;
top: 1px;
}

.jbrowse .menuBar .user .icon {
.menuBar .user .icon {
height: 16px;
width: 16px;
margin-right: 2px;
Expand All @@ -48,7 +48,7 @@ div.locationThumb {
background: url("img/glyphs_white.png") no-repeat -168px -27px;
}

.jbrowse .usericon {
.usericon {
height: 16px;
width: 16px;
margin-right: 2px;
Expand Down
28 changes: 14 additions & 14 deletions client/apollo/css/get_history.css
@@ -1,68 +1,68 @@
@CHARSET "UTF-8";

.jbrowse .history_div {
.history_div {
font-size: 9px;
}

.jbrowse .history_table {
.history_table {
font-size: 1.5em;
/* max-width: 47em; */
}

.jbrowse .history_header_column {
.history_header_column {
font-weight: bold;
text-decoration: underline;
}
.jbrowse .history_set{
.history_set{
text-align: left;
margin-right: auto;
}

.jbrowse .history_column_operation {
.history_column_operation {
width: 17em !important;
}

.jbrowse .history_column_action{
.history_column_action{
width: 5em !important;
}

.jbrowse .history_column {
.history_column {
width: 15em;
display: inline-block;
background-color: inherit;
}

.jbrowse .history_row_selected {
.history_row_selected {
background-color: #4169e1;
color: white;
}

.jbrowse .history_row:hover {
.history_row:hover {
background-color: #000099;
color: white;
}

.jbrowse .history_row_current {
.history_row_current {
background-color: #787878;
color: white;
}

.jbrowse .history_rows {
.history_rows {
max-height: 10em;
overflow-y: auto;
}

.jbrowse .history_column_date {
.history_column_date {
max-width: 10em;
}

.jbrowse .history_preview {
.history_preview {
width: 45em;
height: 2em;
padding-top: 3em;
}

.jbrowse .revert_button.dijitButton .dijitButtonNode {
.revert_button.dijitButton .dijitButtonNode {
padding: 0px;
margin: 0px;
}
14 changes: 7 additions & 7 deletions client/apollo/css/get_sequence.css
@@ -1,35 +1,35 @@
@CHARSET "UTF-8";

.jbrowse .get_sequence {
.get_sequence {
font-size:10px;
}

.jbrowse .gff3_area{
.gff3_area{
width: 50em;
height: 20em;
font-family: 'courier';
font-size: 1.0em;
}

.jbrowse .sequence_area {
.sequence_area {
width: 60em;
height: 20em;
font-family: 'courier';
font-size: 1.5em;
}

.jbrowse .first_button_div {
.first_button_div {
margin-top: 10px;
}

.jbrowse .button_div {
.button_div {
margin-top: 5px;
}

.jbrowse .button_label {
.button_label {
margin-left: 3px;
}

.jbrowse .button_field {
.button_field {
margin-left: 3px;
}

0 comments on commit c86c528

Please sign in to comment.