1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/9bfff04b94c9/ changeset: 9bfff04b94c9 user: kanwei date: 2011-07-26 02:55:42 summary: Cleaner fix for 5828:e34b1108f7f8 affected #: 5 files (351 bytes) --- a/static/june_2007_style/blue/panel_layout.css Mon Jul 25 02:02:07 2011 -0400 +++ b/static/june_2007_style/blue/panel_layout.css Mon Jul 25 20:55:42 2011 -0400 @@ -1,4 +1,3 @@ -body,html{overflow:hidden;margin:0;padding:0;width:100%;height:100%;} body{font:75% "Lucida Grande",verdana,arial,helvetica,sans-serif;background:#eee;} .unselectable{user-select:none;-moz-user-select:none;-webkit-user-select:none;} #background{position:absolute;background:#eee;z-index:-1;top:0;left:0;margin:0;padding:0;width:100%;height:100%;} --- a/static/june_2007_style/blue/trackster.css Mon Jul 25 02:02:07 2011 -0400 +++ b/static/june_2007_style/blue/trackster.css Mon Jul 25 20:55:42 2011 -0400 @@ -55,4 +55,4 @@ .icon.more-down{background:url('../images/fugue/arrow-transition-270-bw.png') no-repeat 0px 0px;} .icon.more-across{background:url('../images/fugue/arrow-transition-bw.png') no-repeat 0px 0px;} .intro{padding:1em;} -.intro>.action-button{background-color:#CCC;padding:1em;} \ No newline at end of file +.intro > .action-button{background-color:#CCC;padding:1em;} --- a/static/june_2007_style/panel_layout.css.tmpl Mon Jul 25 02:02:07 2011 -0400 +++ b/static/june_2007_style/panel_layout.css.tmpl Mon Jul 25 20:55:42 2011 -0400 @@ -1,11 +1,3 @@ -body, html { - overflow: hidden; - margin: 0; - padding: 0; - width: 100%; - height: 100%; -} - body { font: 75% "Lucida Grande",verdana,arial,helvetica,sans-serif; background: ${layout_bg}; --- a/templates/base_panels.mako Mon Jul 25 02:02:07 2011 -0400 +++ b/templates/base_panels.mako Mon Jul 25 20:55:42 2011 -0400 @@ -19,6 +19,13 @@ <%def name="stylesheets()"> ${h.css('base','panel_layout','jquery.rating')} <style type="text/css"> + body, html { + overflow: hidden; + margin: 0; + padding: 0; + width: 100%; + height: 100%; + } #center { %if not self.has_left_panel: left: 0; --- a/templates/tool_form.mako Mon Jul 25 02:02:07 2011 -0400 +++ b/templates/tool_form.mako Mon Jul 25 20:55:42 2011 -0400 @@ -2,12 +2,10 @@ <%namespace file="/base_panels.mako" import="overlay" /><%def name="stylesheets()"> - ${h.css( "autocomplete_tagging", "panel_layout", "base", "library" )} + ${h.css( "autocomplete_tagging", "base", "panel_layout", "library" )} <style type="text/css"> - body, html { - overflow: auto; - width: auto; - height: auto; + html, body { + background-color: #fff; } </style></%def> 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.