From 3e95e430709cd4f5bd86a92887659c1b95ef4283 Mon Sep 17 00:00:00 2001 From: zuber Date: Wed, 27 Jan 2010 01:27:38 +0100 Subject: [PATCH] =?utf8?q?Oznaczanie=20na=20=C5=BC=C3=B3=C5=82to=20nieznan?= =?utf8?q?ych=20tag=C3=B3w=20w=20HTML=20(wcze=C5=9Bniej=20po=20prostu=20zn?= =?utf8?q?ika=C5=82y).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- platforma/static/css/html.css | 17 ++++++++++++----- platforma/static/xsl/wl2html_client.xsl | 8 ++++++-- 2 files changed, 18 insertions(+), 7 deletions(-) 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: +
+ + + +
-- 2.20.1