details:
http://www.bx.psu.edu/hg/galaxy/rev/e8e73460f0d4
changeset: 3191:e8e73460f0d4
user: Kanwei Li <kanwei(a)gmail.com>
date: Mon Dec 21 18:03:50 2009 -0500
description:
Correctly fit "loading workflow" dialog
diffstat:
static/june_2007_style/blue/panel_layout.css | 2 +-
static/june_2007_style/panel_layout.css.tmpl | 1 -
templates/base_panels.mako | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r e52685283a90 -r e8e73460f0d4 static/june_2007_style/blue/panel_layout.css
--- a/static/june_2007_style/blue/panel_layout.css Mon Dec 21 17:20:46 2009 -0500
+++ b/static/june_2007_style/blue/panel_layout.css Mon Dec 21 18:03:50 2009 -0500
@@ -31,7 +31,7 @@
#overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:20000;}
.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{border:solid #999 1px;background:white;min-width:230px;z-index:80000;}
+.dialog-box{border:solid #999 1px;background:white;z-index:80000;}
.dialog-box .body,.dialog-box .buttons{padding:5px;}
.panel-error-message,.panel-warning-message,.panel-done-message,.panel-info-message{height:24px;line-height:24px;color:#303030;padding:0px;padding-left:26px;background-color:#FFCCCC;background-image:url(error_small.png);background-repeat:no-repeat;background-position:6px
50%;}
.panel-warning-message{background-image:url(warn_small.png);background-color:#FFFFCC;}
diff -r e52685283a90 -r e8e73460f0d4 static/june_2007_style/panel_layout.css.tmpl
--- a/static/june_2007_style/panel_layout.css.tmpl Mon Dec 21 17:20:46 2009 -0500
+++ b/static/june_2007_style/panel_layout.css.tmpl Mon Dec 21 18:03:50 2009 -0500
@@ -191,7 +191,6 @@
.dialog-box {
border: solid #999 1px;
background: white;
- min-width: 230px;
z-index: 80000;
}
diff -r e52685283a90 -r e8e73460f0d4 templates/base_panels.mako
--- a/templates/base_panels.mako Mon Dec 21 17:20:46 2009 -0500
+++ b/templates/base_panels.mako Mon Dec 21 18:03:50 2009 -0500
@@ -296,7 +296,7 @@
<div class="unified-panel-header">
<div class="unified-panel-header-inner"><span
class='title'>${title}</span></div>
</div>
- <div class="body" style="max-height: 600px; overflow:
auto;">${content}</div>
+ <div class="body" style="max-height:
600px;">${content}</div>
<div>
<div class="buttons" style="display: none; float:
right;"></div>
<div class="extra_buttons" style="display: none; padding:
5px;"></div>