commit/galaxy-central: dannon: Quick fix for screencasts. TODO: Modal/overlay javascript needs to use the height/width parameters.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/ac82d1513733/ changeset: ac82d1513733 user: dannon date: 2012-04-14 17:23:01 summary: Quick fix for screencasts. TODO: Modal/overlay javascript needs to use the height/width parameters. affected #: 2 files diff -r 52c03c6b8f29a919a7bb19d7c414e65f611b9907 -r ac82d151373366b0b6f1a6a6e32642eb9d01dfd0 static/june_2007_style/base.less --- a/static/june_2007_style/base.less +++ b/static/june_2007_style/base.less @@ -314,6 +314,11 @@ -webkit-border-radius: 1em; } +#dialog-box.dialog-box{ + min-width: 660px; + margin: -250px 0 0 -330px; +} + .dialog-box { border: solid #999 1px; background: white; diff -r 52c03c6b8f29a919a7bb19d7c414e65f611b9907 -r ac82d151373366b0b6f1a6a6e32642eb9d01dfd0 static/june_2007_style/blue/base.css --- a/static/june_2007_style/blue/base.css +++ b/static/june_2007_style/blue/base.css @@ -520,6 +520,7 @@ #overlay.is_modal #overlay-background{background:rgba(0, 0, 0, 0.5);} .dialog-box-container{position:relative;margin-top:80px;margin-right:auto;margin-left:auto;} .dialog-box-wrapper{position:relative;padding:1em;background-color:rgba(0, 0, 0, 0.5);-moz-border-radius:1em;-webkit-border-radius:1em;} +#dialog-box.dialog-box{min-width:660px;margin:-250px 0 0 -330px;} .dialog-box{border:solid #999 1px;background:white;z-index:80000;} #overlay.is_modal .dialog-box .body{min-width:600px;} .dialog-box .body{padding:5px;overflow:auto;max-height:500px;min-width:300px;} 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