1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/changeset/e7e59c068d70/
changeset: e7e59c068d70
user: jgoecks
date: 2012-07-05 18:03:32
summary: Hacks to get trackster navigation controls to display in embedded visualizations.
affected #: 1 file
diff -r 0ffcc91708233cc087d9996235f0917b377cfe8a -r e7e59c068d7002e48eebb9dc6f34721fb7456fb5 templates/page/display.mako
--- a/templates/page/display.mako
+++ b/templates/page/display.mako
@@ -112,6 +112,13 @@
width: 25%;
padding: 0.2em 0.8em;
}
+ ## HACKs to get Trackster navigation controls to display.
+ .embedded-item .trackster-nav-container {
+ height: inherit;
+ }
+ .embedded-item .trackster-nav {
+ position: inherit;
+ }
</style></%def>
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.