fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a565c0c
)
Poprawki stylu pokazywania przypisów.
author
zuber
<marek@stepniowski.com>
Mon, 8 Mar 2010 21:55:29 +0000
(22:55 +0100)
committer
zuber
<marek@stepniowski.com>
Mon, 8 Mar 2010 21:55:29 +0000
(22:55 +0100)
platforma/static/js/main.js
patch
|
blob
|
history
diff --git
a/platforma/static/js/main.js
b/platforma/static/js/main.js
index
f9adfab
..
0f227b4
100644
(file)
--- a/
platforma/static/js/main.js
+++ b/
platforma/static/js/main.js
@@
-661,7
+661,7
@@
function html(element) {
}
if (editable.is('.annotation-inline-box')) {
$('*[x-annotation-box]', editable)
}
if (editable.is('.annotation-inline-box')) {
$('*[x-annotation-box]', editable)
- .css({
position: 'absolute', left: event.clientX - editable.offset().left, top: event.clientY - editable.offset().top
})
+ .css({
width: 300, position: 'absolute', left: event.clientX - editable.offset().left + 5, top: event.clientY - editable.offset().top + 5
})
.show();
} else {
$('*[x-annotation-box]').hide();
.show();
} else {
$('*[x-annotation-box]').hide();