projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
060ff11
)
Fix loading graphic positioning on IE8
author
Michael M Slusarz
<slusarz@curecanti.org>
Sun, 11 Oct 2009 21:53:00 +0000
(15:53 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Sun, 11 Oct 2009 21:53:00 +0000
(15:53 -0600)
imp/js/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/DimpBase.js
b/imp/js/DimpBase.js
index
1426882
..
419e0b0
100644
(file)
--- a/
imp/js/DimpBase.js
+++ b/
imp/js/DimpBase.js
@@
-2505,7
+2505,7
@@
var DimpBase = {
var c;
if (show) {
- $(id + 'Loading').clonePosition(id == 'viewport' ? 'msgList' : 'splitBar', { setHeight: false, setWidth: false }).show();
+ $(id + 'Loading').clonePosition(id == 'viewport' ? 'msgList' : 'splitBar', { set
Left: false, setTop: true, set
Height: false, setWidth: false }).show();
c = 'progress';
} else {
Effect.Fade(id + 'Loading', { duration: 0.2 });