Skip to content

Commit

Permalink
added chromosome css
Browse files Browse the repository at this point in the history
  • Loading branch information
nsfox committed Jul 18, 2011
1 parent 891a0d2 commit 300b364
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions genome.css
Expand Up @@ -697,3 +697,26 @@ div.generic_parent-hist {
min-width: 1px;
cursor: pointer;
}

div.chr {
height: 15px;
display: inline-block;
background-color: #2B434C;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

div.chrBorder {
height: 15px;
width: 100%;
border: 1px solid #2B434C;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
position: relative;
padding: -1px;
left:-1px;
top:-1px;
z-index:1;
}

0 comments on commit 300b364

Please sign in to comment.