From: Lukasz Anwajler Date: Sun, 5 Sep 2010 23:43:53 +0000 (-0500) Subject: Ticket #788 fix - displaying annotations in history preview X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/254eb3eedcb10d4eafbaa502dfbc93287dbfe612 Ticket #788 fix - displaying annotations in history preview --- diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index 971e4b85..83fab181 100644 --- a/redakcja/static/css/html.css +++ b/redakcja/static/css/html.css @@ -400,6 +400,11 @@ div[x-node] > .uwaga { /* * Przypisy w tekście */ + +.htmlview .annotation-inline-box:hover > span[x-annotation-box]{ + display: block; +} + .htmlview .annotation-inline-box > span[x-annotation-box] { display: none; position: absolute;