projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22c83ed
)
Use full width if dragging around.
author
Jan Schneider
<jan@horde.org>
Tue, 28 Apr 2009 13:14:35 +0000
(15:14 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 28 Apr 2009 13:14:35 +0000
(15:14 +0200)
kronolith/js/src/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/src/kronolith.js
b/kronolith/js/src/kronolith.js
index
0fc5b45
..
7acd1b2
100644
(file)
--- a/
kronolith/js/src/kronolith.js
+++ b/
kronolith/js/src/kronolith.js
@@
-812,6
+812,7
@@
KronolithCore = {
},
'onStart': function(d, e) {
this.addClassName('kronolithSelected');
+ this.setStyle({ 'left': 0, 'width': '100%', 'zIndex': 1 });
}.bind(div),
'onDrag': function(d, e) {
if (Object.isUndefined(d.innerDiv)) {