commit/galaxy-central: jgoecks: Fix CSS bugs in displaying feature popups in embedded visualizations.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/c116768aa0e0/ changeset: c116768aa0e0 user: jgoecks date: 2012-03-01 20:19:17 summary: Fix CSS bugs in displaying feature popups in embedded visualizations. affected #: 1 file diff -r f7b12bed396920f2f5908c423b06231653564469 -r c116768aa0e003f579a2bc0cf7da09149305fbea templates/page/display.mako --- a/templates/page/display.mako +++ b/templates/page/display.mako @@ -95,7 +95,7 @@ margin: 0px; } ## Format tables in pages so that they look like they do in the page editor. - .page-body table { + .page-body > table { padding: 8px 5px 5px; min-width: 500px; border: none; @@ -108,7 +108,7 @@ padding: 5px; font-weight: bold; } - .page-body td { + .page-body > table td { width: 25%; padding: 0.2em 0.8em; } 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