commit/galaxy-central: jgoecks: Trackster: reinstate width for tool panel that was inadverntently removed in dbc0cf838411.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/3fe0b1d568a1/ changeset: 3fe0b1d568a1 user: jgoecks date: 2011-09-19 14:49:00 summary: Trackster: reinstate width for tool panel that was inadverntently removed in dbc0cf838411. affected #: 2 files (-1 bytes) --- a/static/june_2007_style/blue/trackster.css Mon Sep 19 07:22:23 2011 -0400 +++ b/static/june_2007_style/blue/trackster.css Mon Sep 19 08:49:00 2011 -0400 @@ -42,6 +42,7 @@ .nav-labeltrack{border-top:solid #999 1px;border-bottom:solid #333 1px;} input{font:10px verdana;} .dynamic-tool,.filters{margin-left:0.25em;padding-bottom:0.5em;} +.dynamic-tool{width:410px;} .filters>.sliders,.display-controls{float:left;margin:1em;} .sliders{width:410px;} .display-controls{border-left:solid 2px #DDDDDD;padding-left:1em} --- a/static/june_2007_style/trackster.css.tmpl Mon Sep 19 07:22:23 2011 -0400 +++ b/static/june_2007_style/trackster.css.tmpl Mon Sep 19 08:49:00 2011 -0400 @@ -246,6 +246,9 @@ margin-left: 0.25em; padding-bottom:0.5em; } +.dynamic-tool { + width:410px; +} .filters > .sliders, .display-controls { float: left; margin: 1em; 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