From 13c233906bddfe8e593fe867590b29af744e01d4 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 23 Nov 2010 12:54:43 +0100 Subject: [PATCH] #39: editorial note --- redakcja/static/css/html.css | 11 ++++++++++- redakcja/static/css/master.css | 4 ---- redakcja/static/xsl/wl2html_client.xsl | 10 ++++++++++ 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index d156aabe..cc53e223 100644 --- a/redakcja/static/css/html.css +++ b/redakcja/static/css/html.css @@ -244,6 +244,15 @@ not(.strofa) > *[x-verse]::after { font-style: italic; } +.htmlview .nota_red { + background-color: #eee; + border: 1px solid #888; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + display: block; + padding: 0 1em 1em 1em; +} + .htmlview br.sekcja_swiatlo { height: 3em; /* visibility: hidden; */ @@ -467,7 +476,7 @@ div[x-node] > .uwaga { position: relative; padding: 2px; margin-left: 0; - border: 1px solid #FFF; + border: 1px solid transparent; } /* focused editable element */ diff --git a/redakcja/static/css/master.css b/redakcja/static/css/master.css index 075f59d8..84c1ca53 100644 --- a/redakcja/static/css/master.css +++ b/redakcja/static/css/master.css @@ -314,10 +314,6 @@ img.tabclose { overflow: hidden; } -.htmlview *[x-editable] { - background-color: white; - -} .htmlview .active[x-editable] { background-color: #FAFAFA; border: 1px solid #DDD; diff --git a/redakcja/static/xsl/wl2html_client.xsl b/redakcja/static/xsl/wl2html_client.xsl index e0c6d8bd..a3346d17 100644 --- a/redakcja/static/xsl/wl2html_client.xsl +++ b/redakcja/static/xsl/wl2html_client.xsl @@ -189,6 +189,16 @@ + + +
+ + + + +
+
+