From: zuber Date: Wed, 27 Jan 2010 00:27:38 +0000 (+0100) Subject: Oznaczanie na żółto nieznanych tagów w HTML (wcześniej po prostu znikały). X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/3e95e430709cd4f5bd86a92887659c1b95ef4283 Oznaczanie na żółto nieznanych tagów w HTML (wcześniej po prostu znikały). --- diff --git a/platforma/static/css/html.css b/platforma/static/css/html.css index f469ba67..22be1ebb 100755 --- a/platforma/static/css/html.css +++ b/platforma/static/css/html.css @@ -463,9 +463,16 @@ border: 1px solid #BEBEBE; background-color: #E2E2E1; white-space: pre-line; - overflow: auto; - padding: 0.25em; - margin: 0 -0.25em; font-family: monospace; - font-size: 10pt; -} \ No newline at end of file +} + +.out-of-flow-text[x-editable] { + background-color: #E2E2E1; +} + +.unknown-tag { + background-color: yellow; + margin: -0.25em; + padding: 0.25em; + border: 1px solid orange; +} diff --git a/platforma/static/xsl/wl2html_client.xsl b/platforma/static/xsl/wl2html_client.xsl index d9758ea2..d7f397de 100755 --- a/platforma/static/xsl/wl2html_client.xsl +++ b/platforma/static/xsl/wl2html_client.xsl @@ -705,7 +705,7 @@ -
+
@@ -724,7 +724,11 @@ - Unknown tag: +
+ + + +