commit/galaxy-central: jgoecks: Trackster: remove bottom border from tiles to prevent poor spacing in summary tree view.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/6be13d5f8e0d/ changeset: r5064:6be13d5f8e0d user: jgoecks date: 2011-02-15 21:15:54 summary: Trackster: remove bottom border from tiles to prevent poor spacing in summary tree view. affected #: 2 files (16 bytes) --- a/static/june_2007_style/blue/trackster.css Tue Feb 15 14:14:03 2011 -0500 +++ b/static/june_2007_style/blue/trackster.css Tue Feb 15 15:15:54 2011 -0500 @@ -25,7 +25,7 @@ .track-content{overflow:hidden;text-align:center;border-bottom:1px solid #bbb;background:#eee url('/static/images/tracks/diag_bg.gif');min-height:16px;} .label-track .track-content{background:white;} .track-tile{background:white;} -.track-tile canvas{position:relative;z-index:100;border:solid white;border-width: 2px 0px;} +.track-tile canvas{position:relative;z-index:100;border:solid white;border-width: 2px 0px 0px 0px;} .track.error .track-content{background-color:#ECB4AF;background-image:none;padding:2px 0;} .track.nodata .track-content{background-color:#eee;background-image:none;padding:2px 0;} .loading{min-height:100px;} --- a/static/june_2007_style/trackster.css.tmpl Tue Feb 15 14:14:03 2011 -0500 +++ b/static/june_2007_style/trackster.css.tmpl Tue Feb 15 15:15:54 2011 -0500 @@ -164,7 +164,7 @@ position: relative; z-index: 100; border: solid white; - border-width: 2px 0px; + border-width: 2px 0px 0px 0px; } .track.error .track-content { Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket