From af71d33bb9efc38b271206c40b11e5ed8d6b62f9 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 16 Aug 2010 07:55:03 -0500 Subject: [PATCH] Fix: annotation editing shouldn't interfere with gallery (css). --- redakcja/static/css/html.css | 6 ++++++ 1 file changed, 6 insertions(+) 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) */ -- 2.20.1