monitoring/module.less: highlight plugin output

This commit is contained in:
Thomas Gelf 2015-06-03 14:56:54 +02:00
parent 6e1ba30acc
commit 2318eaf4c3

View File

@ -33,7 +33,7 @@ p.pluginoutput {
div.pluginoutput { div.pluginoutput {
overflow: auto; overflow: auto;
color: black; color: #888;
margin-bottom: 1em; margin-bottom: 1em;
padding: 0.2em; padding: 0.2em;
} }
@ -43,8 +43,11 @@ div.pluginoutput h4 {
margin: 0em; margin: 0em;
} }
div.pluginoutput pre{ div.pluginoutput pre {
white-space: pre-wrap; white-space: pre-wrap;
border-left: 4px solid #d8d8d8;
padding: 0.3em 0 0.3em 1em;
font-size: 0.9em;
} }
table.objecthistory td { table.objecthistory td {