commit/galaxy-central: jgoecks: Put Trackster stylesheets in display base so that they are available for embedded visualizations.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/f4389a047276/ changeset: f4389a047276 user: jgoecks date: 2012-02-23 20:47:08 summary: Put Trackster stylesheets in display base so that they are available for embedded visualizations. affected #: 2 files diff -r 8cf1bb73a24748aea056a0f1e218783dcaac6e1b -r f4389a047276b4a465b01cc33e1a8c316466a3cc templates/display_base.mako --- a/templates/display_base.mako +++ b/templates/display_base.mako @@ -112,7 +112,7 @@ <%def name="stylesheets()"> ${parent.stylesheets()} - ${h.css( "autocomplete_tagging", "embed_item", "trackster", "jquery.rating" )} + ${h.css( "autocomplete_tagging", "embed_item", "trackster", "jquery.rating", "overcast/jquery-ui-1.8.5.custom" )} <style type="text/css"> .page-body { diff -r 8cf1bb73a24748aea056a0f1e218783dcaac6e1b -r f4389a047276b4a465b01cc33e1a8c316466a3cc templates/visualization/display.mako --- a/templates/visualization/display.mako +++ b/templates/visualization/display.mako @@ -19,8 +19,6 @@ } </style> - ## For visualization (TODO: copied from browser.mako): - ${h.css( "trackster", "overcast/jquery-ui-1.8.5.custom" )} <style type="text/css"> #browser-container { overflow: none; 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