1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/fd7f14161d35/ Changeset: fd7f14161d35 User: guerler Date: 2013-09-24 07:43:30 Summary: Improve scratchbook style sheet Affected #: 2 files diff -r 2a2457d3bad09740d48cd2ba4de98936aafe2105 -r fd7f14161d3537abf1f676f14ec763d150ee611f static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -1116,9 +1116,9 @@ .galaxy-frame .frame{z-index:1002;overflow:hidden;position:absolute;background:#fff;border:1px solid #888;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);}.galaxy-frame .frame .f-content{position:absolute;overflow:hidden;background:#fff;border:none;top:24px;bottom:3px;left:3px;right:3px} .galaxy-frame .frame .f-cover{position:absolute;display:none;top:0px;left:0px;height:100%;width:100%;opacity:0.0;background:#fff} .galaxy-frame .frame .f-iframe{border:none;width:100%;height:100%} -.galaxy-frame .frame .f-header{height:17px;margin:2px;cursor:pointer;border:1px solid #000;background:#2c3143;color:#fff;font-weight:bold} +.galaxy-frame .frame .f-header{height:17px;margin:2px;cursor:pointer;border:1px solid #000;background:#2c3143;color:#fff} .galaxy-frame .frame .f-title{position:absolute;top:2px;left:16px;right:16px;font-size:12px;font-family:"Lucida Grande",verdana,arial,helvetica,sans-serif;text-align:center} -.galaxy-frame .frame .f-icon{position:absolute;cursor:pointer;font-style:normal} +.galaxy-frame .frame .f-icon{position:absolute;cursor:pointer} .galaxy-frame .frame .f-not-allowed{cursor:not-allowed} .galaxy-frame .frame .f-close{right:5px;top:1px} .galaxy-frame .frame .f-pin{left:6px;top:1px} diff -r 2a2457d3bad09740d48cd2ba4de98936aafe2105 -r fd7f14161d3537abf1f676f14ec763d150ee611f static/style/src/less/frame.less --- a/static/style/src/less/frame.less +++ b/static/style/src/less/frame.less @@ -111,7 +111,6 @@ border : 1px solid @black; background : @base-color-1; color : @white; - font-weight : bold; } .f-title @@ -133,7 +132,6 @@ { position : absolute; cursor : pointer; - font-style : normal; } .f-not-allowed 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.