[hg] galaxy 3368: A slightly better closing icon for screencast ...
details: http://www.bx.psu.edu/hg/galaxy/rev/773273b96ff4 changeset: 3368:773273b96ff4 user: Anton Nekrutenko <anton@bx.psu.edu> date: Wed Feb 10 15:13:46 2010 -0500 description: A slightly better closing icon for screencast overlays diffstat: static/images/closebox.png | 0 static/scripts/galaxy.panels.js | 2 +- 2 files changed, 1 insertions(+), 1 deletions(-) diffs (14 lines): diff -r 485d9f2c7627 -r 773273b96ff4 static/images/closebox.png Binary file static/images/closebox.png has changed diff -r 485d9f2c7627 -r 773273b96ff4 static/scripts/galaxy.panels.js --- a/static/scripts/galaxy.panels.js Wed Feb 10 14:59:46 2010 -0500 +++ b/static/scripts/galaxy.panels.js Wed Feb 10 15:13:46 2010 -0500 @@ -210,7 +210,7 @@ hide_modal(); $("#overlay-background").unbind( "click.overlay" ); }); - show_modal( null, $("<div style='margin: -5px;'><img id='close_button' style='position:absolute;right:-12px;top:-12px;' src='../images/delete_icon.png'><iframe style='margin: 0; padding: 0;' src='" + options.url + "' width='" + width + "' height='" + height + "' scrolling='" + scroll + "' frameborder='0'></iframe></div>" ) ); + show_modal( null, $("<div style='margin: -5px;'><img id='close_button' style='position:absolute;right:-17px;top:-15px;' src='../images/closebox.png'><iframe style='margin: 0; padding: 0;' src='" + options.url + "' width='" + width + "' height='" + height + "' scrolling='" + scroll + "' frameborder='0'></iframe></div>" ) ); $("#close_button").bind( "click", function() { hide_modal() } ); }
participants (1)
-
Greg Von Kuster