commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/b00471c0ffe8/ changeset: b00471c0ffe8 user: jgoecks date: 2012-03-22 15:10:18 summary: Remove debugging statement. affected #: 1 file diff -r 4d48285fcaa65c7895768069ea197acf9d66b1ed -r b00471c0ffe864c1223d39ca4fd5b4836d73f4c7 templates/base_panels.mako --- a/templates/base_panels.mako +++ b/templates/base_panels.mako @@ -69,7 +69,7 @@ %if self.has_right_panel: var rp = new Panel( { panel: $("#right"), center: $("#center"), drag: $("#right > .unified-panel-footer > .drag" ), toggle: $("#right > .unified-panel-footer > .panel-collapse" ), right: true } ); - window.handle_minwidth_hint = function( x ) { console.log( "hint", x ); rp.handle_minwidth_hint( x ) }; + window.handle_minwidth_hint = function( x ) { rp.handle_minwidth_hint( x ) }; force_right_panel = function( x ) { rp.force_panel( x ) }; %endif https://bitbucket.org/galaxy/galaxy-central/changeset/164eef0d7693/ changeset: 164eef0d7693 user: jgoecks date: 2012-03-22 15:40:47 summary: Add spacing for checkboxes, radio buttons; use webkit default of 0.5ex affected #: 1 file diff -r b00471c0ffe864c1223d39ca4fd5b4836d73f4c7 -r 164eef0d76931e20135fdb908136e599d351599e static/june_2007_style/blue/base.css --- a/static/june_2007_style/blue/base.css +++ b/static/june_2007_style/blue/base.css @@ -14,6 +14,7 @@ button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;} input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;} input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;} +input[type="checkbox"],input[type="radio"]{margin-left:0.5ex;margin-right:0.5ex;} textarea{overflow:auto;vertical-align:top;} body{margin:0;font-family:"Lucida Grande",verdana,arial,helvetica,sans-serif;font-size:12px;line-height:16px;color:#111111;background-color:#ffffff;} a{color:#303030;text-decoration:none;} 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