Commit 6296e15d authored by Romain Courteaud's avatar Romain Courteaud

[erp5_xhtml_style] Render event readonly text as before using the gadget

parent d1ec9df1
...@@ -42,20 +42,24 @@ option { ...@@ -42,20 +42,24 @@ option {
white-space: pre; white-space: pre;
} }
div.pre div { div.field pre, div.pre div {
background: #FFF; background: #FFF;
} }
span.pre_wrap { span.pre_wrap {
white-space: pre-wrap; white-space: pre-wrap;
} }
div.pre, span.pre { div.field pre, div.pre, span.pre {
font-family: monospace; font-family: monospace;
color: black; color: black;
white-space: pre-wrap; white-space: pre-wrap;
word-wrap: break-word; /* Internet Explorer 5.5+ */ word-wrap: break-word; /* Internet Explorer 5.5+ */
} }
div.field pre {
font-family: inherit;
}
button, select, input { button, select, input {
vertical-align: middle; vertical-align: middle;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment