Poprawki stylu pokazywania przypisów.
authorzuber <marek@stepniowski.com>
Mon, 8 Mar 2010 21:55:29 +0000 (22:55 +0100)
committerzuber <marek@stepniowski.com>
Mon, 8 Mar 2010 21:55:29 +0000 (22:55 +0100)
platforma/static/js/main.js

index f9adfab..0f227b4 100644 (file)
@@ -661,7 +661,7 @@ function html(element) {
         }
         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();