838cfba2782076973ff753fb206a969761e07bf5 angie Mon Jun 24 11:02:47 2019 -0700 Added popular species icon for Zebrafish. refs #17956 diff --git src/hg/htdocs/style/jWest.css src/hg/htdocs/style/jWest.css index 598985d..cb6f351 100644 --- src/hg/htdocs/style/jWest.css +++ src/hg/htdocs/style/jWest.css @@ -201,69 +201,73 @@ display: inline-block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 425px; } .jwSmallText { font-size: small; line-height: 1.1em; margin-bottom: 0.5em; } div.jwIconWrapper { display: inline-block; - padding-bottom: 5px; + padding-bottom: 13px; padding-right: 9px; text-align: center; } div.jwIconSpriteLabel { color: #003a72; font-size: 10px; cursor: pointer; } div.jwIconSprite { - width: 55px; - height: 55px; + width: 47px; + height: 47px; cursor: pointer; } div.jwIconSpriteHuman { - background: url('../images/jWestIcons55px.png') no-repeat -0px -0px; + background: url('../images/jWestIcons47px.png') no-repeat -0px -0px; } div.jwIconSpriteMouse { - background: url('../images/jWestIcons55px.png') no-repeat -55px -0px; + background: url('../images/jWestIcons47px.png') no-repeat -47px -0px; } div.jwIconSpriteRat { - background: url('../images/jWestIcons55px.png') no-repeat -110px -0px; + background: url('../images/jWestIcons47px.png') no-repeat -94px -0px; +} + +div.jwIconSpriteZebrafish { + background: url('../images/jWestIcons47px.png') no-repeat -141px -0px; } div.jwIconSpriteFly { - background: url('../images/jWestIcons55px.png') no-repeat -165px -0px; + background: url('../images/jWestIcons47px.png') no-repeat -188px -0px; } div.jwIconSpriteWorm { - background: url('../images/jWestIcons55px.png') no-repeat -220px -0px; + background: url('../images/jWestIcons47px.png') no-repeat -235px -0px; } div.jwIconSpriteYeast { - background: url('../images/jWestIcons55px.png') no-repeat -0px -55px; + background: url('../images/jWestIcons47px.png') no-repeat -282px -0px; } div.jwSliderWidget { position: relative; } div.jwSliderIcon { position: absolute; z-index: 1; } div.jwRainbowSlider { margin-left: 10px; margin-right: 5px; width: 15px;