fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix: missing canvas reference
[fnpeditor.git]
/
modules
/
documentCanvas
/
canvas
/
widgets.less
diff --git
a/modules/documentCanvas/canvas/widgets.less
b/modules/documentCanvas/canvas/widgets.less
index
0737aa7
..
0f43c89
100644
(file)
--- a/
modules/documentCanvas/canvas/widgets.less
+++ b/
modules/documentCanvas/canvas/widgets.less
@@
-44,9
+44,10
@@
.canvas-widget-hide-button {
@line_height: 12px;
@padding: 2px;
.canvas-widget-hide-button {
@line_height: 12px;
@padding: 2px;
+ @temporary_footnote_hack: 10px;
position: absolute;
position: absolute;
- top: -(@line_height + 2 * @padding);
+ top: -(@line_height + 2 * @padding)
+ @temporary_footnote_hack
;
right: 0;
line-height: @line_height;
padding: @padding;
right: 0;
line-height: @line_height;
padding: @padding;