monitoring/css: improve plugin output readability
This commit is contained in:
parent
c085e9cfbd
commit
bf68edf65c
|
@ -10,6 +10,13 @@ p.pluginoutput {
|
|||
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
|
||||
}
|
||||
|
||||
table.action td .pluginoutput {
|
||||
font-size: 0.875em;
|
||||
line-height: 1.2em;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
div.pluginoutput {
|
||||
overflow: auto;
|
||||
color: #888;
|
||||
|
|
|
@ -137,13 +137,6 @@ table.action td {
|
|||
padding: 0.2 0.4em 0.2em 0.5em;
|
||||
}
|
||||
|
||||
table.action td .pluginoutput {
|
||||
font-size: 0.8em;
|
||||
line-height: 1.2em;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
table.action td a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in New Issue