Skip to content

Commit

Permalink
monitoring/css: improve plugin output readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Jun 18, 2015
1 parent c085e9c commit bf68edf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions modules/monitoring/public/css/module.less
Expand Up @@ -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;
Expand Down
7 changes: 0 additions & 7 deletions public/css/icinga/main-content.less
Expand Up @@ -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;
Expand Down

0 comments on commit bf68edf

Please sign in to comment.