From: root Date: Mon, 16 Aug 2010 12:55:03 +0000 (-0500) Subject: Fix: annotation editing shouldn't interfere with gallery (css). X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/af71d33bb9efc38b271206c40b11e5ed8d6b62f9 Fix: annotation editing shouldn't interfere with gallery (css). --- diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index fdd3c609..501d5230 100644 --- a/redakcja/static/css/html.css +++ b/redakcja/static/css/html.css @@ -415,6 +415,12 @@ div[x-node] > .uwaga { z-index: 600; } +/* annotation editing shouldn't interfere with gallery */ +#html-view span.annotation-inline-box { + position:absolute; + left:0px; +} + /* * Przypisy na końcu utworu (aktualnie nieuzywane) */