[hg] galaxy 3348: Prevent history tag and annotation icons from ...
details: http://www.bx.psu.edu/hg/galaxy/rev/99483ae6c738 changeset: 3348:99483ae6c738 user: jeremy goecks <jeremy.goecks@emory.edu> date: Fri Feb 05 16:34:30 2010 -0500 description: Prevent history tag and annotation icons from wrapping. diffstat: templates/root/history.mako | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines): diff -r 656e1014f2fa -r 99483ae6c738 templates/root/history.mako --- a/templates/root/history.mako Fri Feb 05 16:27:18 2010 -0500 +++ b/templates/root/history.mako Fri Feb 05 16:34:30 2010 -0500 @@ -286,8 +286,8 @@ <span class="tip">Click to edit</span></a> </div> </td> - <td align="right"> - <div style="float: right"> + <td align="right" style="width: 40px"> + <div style="float: right; white-space: nowrap"> <a id="history-tag" title="Tag" class="icon-button tag tooltip" target="galaxy_main" href="${h.url_for( controller='history', action='tag' )}"></a> <a id="history-annotate" title="Annotate" class="icon-button annotate" target="galaxy_main" href="${h.url_for( controller='history', action='annotate' )}"></a> </div>
participants (1)
-
Greg Von Kuster