commit/galaxy-central: kanwei: Disk usage: fix up css positioning
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/9b05eeb6c7ad/ changeset: 9b05eeb6c7ad user: kanwei date: 2011-06-14 19:48:17 summary: Disk usage: fix up css positioning affected #: 1 file (80 bytes) --- a/templates/root/history.mako Tue Jun 14 13:41:58 2011 -0400 +++ b/templates/root/history.mako Tue Jun 14 13:48:17 2011 -0400 @@ -411,17 +411,17 @@ <div id="history-name-area" class="historyLinks"> - <div id="history-name-container"> + <div id="history-name-container" style="position: relative;"> %if trans.get_user(): - <div id="history-name" class="tooltip editable-text" style="display: inline;" title="Click to rename history">${history.get_display_name() | h}</div> - <div id="history-size" style="display: inline; float: right;">${history.get_disk_size(nice_size=True)}</div> + <div id="history-size" style="position: absolute; top: 3px; right: 0px;">${history.get_disk_size(nice_size=True)}</div> + <div id="history-name" style="margin-right: 50px;" class="tooltip editable-text" title="Click to rename history">${history.get_display_name() | h}</div> + %else: - <div id="history-size">${history.get_disk_size(nice_size=True)}</div> + <div id="history-size">${history.get_disk_size(nice_size=True)}</div> %endif - </div> - <div style="clear: both;"></div> - + </div></div> +<div style="clear: both;"></div> %if history.deleted: <div class="warningmessagesmall"> @@ -443,15 +443,15 @@ ## Annotation elt. <div id="history-annotation-area" style="display: none"> - <b>Annotation / Notes:</b> - <div id="history-annotation-container"> - <div id="history-annotation" class="tooltip editable-text" title="Click to edit annotation"> - %if annotation: + <strong>Annotation / Notes:</strong> + <div id="history-annotation-container"> + <div id="history-annotation" class="tooltip editable-text" title="Click to edit annotation"> + %if annotation: ${h.to_unicode( annotation ) | h} %else: <em>Describe or add notes to history</em> %endif - </div> + </div></div></div> 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