commit/galaxy-central: guerler: Fix IE compatibility
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e1955f57e73a/ Changeset: e1955f57e73a User: guerler Date: 2013-06-27 17:54:19 Summary: Fix IE compatibility Affected #: 2 files diff -r 4a33c32fe1a5b33f98fd1b5d9292588cbe82b6be -r e1955f57e73a8ce096bf77fd6c9d0e0ad8c5f086 static/scripts/utils/galaxy.css.js --- a/static/scripts/utils/galaxy.css.js +++ b/static/scripts/utils/galaxy.css.js @@ -15,7 +15,7 @@ el.appendTo(':eq(0)'); // get value - var value = el.css(name).replace(/[^-\d\.]/g, ''); + var value = el.css(name); // remove element el.remove(); diff -r 4a33c32fe1a5b33f98fd1b5d9292588cbe82b6be -r e1955f57e73a8ce096bf77fd6c9d0e0ad8c5f086 static/style/blue/galaxy.frame.css --- a/static/style/blue/galaxy.frame.css +++ b/static/style/blue/galaxy.frame.css @@ -48,11 +48,6 @@ z-index : 14002; overflow : hidden; position : absolute; - top : 0px; - left : 0px; - height : 100%; - width : 100%; - opacity : 1.0; background : #FFFFFF; border : 1px solid #D0D0D0; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3); @@ -88,7 +83,6 @@ position : absolute; top : 8px; right : 120px; - padding : 0px 0px 0px 0px; cursor : pointer; color : #D0D0D0; } @@ -102,7 +96,6 @@ position : absolute; top : 6px; right : 165px; - padding : 0px 0px 0px 0px; cursor : pointer; color : #BCC800; } 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)
-
commits-noreply@bitbucket.org