commit/galaxy-central: kanwei: Fix icons not lining up in embedded pages.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/97979ca7258d/ changeset: 97979ca7258d user: kanwei date: 2011-06-16 18:27:57 summary: Fix icons not lining up in embedded pages. affected #: 4 files (151 bytes) --- a/static/june_2007_style/blue/trackster.css Thu Jun 16 11:26:07 2011 -0400 +++ b/static/june_2007_style/blue/trackster.css Thu Jun 16 12:27:57 2011 -0400 @@ -48,7 +48,6 @@ .param-label{float:left;font-weight:bold;padding-top:0.2em;} .child-track-icon{background:url('../images/fugue/arrow-000-small-bw.png') no-repeat;width:30px;cursor:move;} .track-resize{background:white url('../images/visualization/draggable_vertical.png') no-repeat top center;position:absolute;right:3px;bottom:-4px;width:14px;height:7px;border:solid #999 1px;z-index:100;} -.bookmark{background:white;border:solid #999 1px;border-right:none;margin:0.5em;margin-right:0;padding:0.5em} +.bookmark{background:white;border:solid #999 1px;border-right:none;margin:0.5em;margin-right:0;padding:0.5em;} .bookmark .position{font-weight:bold;} -.icon-button.import{margin-left:0.5em;width:100%;} -.delete-icon-container{float:right;} \ No newline at end of file +.delete-icon-container{float:right;} --- a/static/june_2007_style/trackster.css.tmpl Thu Jun 16 11:26:07 2011 -0400 +++ b/static/june_2007_style/trackster.css.tmpl Thu Jun 16 12:27:57 2011 -0400 @@ -284,15 +284,11 @@ border-right:none; margin:0.5em; margin-right:0; - padding:0.5em + padding:0.5em; } .bookmark .position { font-weight:bold; } -.icon-button.import { - margin-left:0.5em; - width:100%; -} .delete-icon-container { float:right; } --- a/templates/embed_base.mako Thu Jun 16 11:26:07 2011 -0400 +++ b/templates/embed_base.mako Thu Jun 16 12:27:57 2011 -0400 @@ -46,7 +46,7 @@ title="Show ${item_display_name} content"></a><a class="toggle-contract icon-button tooltip" href="${display_href}" title="Hide ${item_display_name} content"></a></div> - <div style="float: right"> + <div style="float: right;"> ${self.render_item_links( item )} </div><h4><a class="toggle-embed tooltip" href="${display_href}" title="Show or hide ${item_display_name} content">Galaxy ${get_class_display_name( item.__class__ )} | ${get_item_name( item )}</a></h4> --- a/templates/tracks/browser.mako Thu Jun 16 11:26:07 2011 -0400 +++ b/templates/tracks/browser.mako Thu Jun 16 12:27:57 2011 -0400 @@ -379,7 +379,7 @@ <div class="unified-panel-body" style="overflow: auto;"><div id="bookmarks-container"></div><div> - <a class="icon-button import" original-title="Add Bookmark" id="add-bookmark-button" href="javascript:void(0);">Add Bookmark</a> + <a class="icon-button import" style="margin-left: .5em; width: 100%" original-title="Add Bookmark" id="add-bookmark-button" href="javascript:void(0);">Add Bookmark</a></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