mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
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;
|
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 {
|
div.pluginoutput {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
color: #888;
|
color: #888;
|
||||||
|
@ -137,13 +137,6 @@ table.action td {
|
|||||||
padding: 0.2 0.4em 0.2em 0.5em;
|
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 {
|
table.action td a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user