monitoring/css: more font cleanups

This commit is contained in:
Thomas Gelf 2015-06-16 02:49:41 +02:00
parent 09c0ebcacd
commit b579c65038
1 changed files with 2 additions and 7 deletions

View File

@ -5,7 +5,6 @@
}
p.pluginoutput {
font-size: 0.9em;
width: 100%;
white-space: pre-wrap;
font-family: monospace;
@ -22,7 +21,6 @@ div.pluginoutput pre {
white-space: pre-wrap;
border-left: 4px solid #d8d8d8;
padding: 0.3em 0 0.3em 1em;
font-size: 0.9em;
}
table.objectstate td.state {
@ -315,10 +313,8 @@ table.colors td {
border: 0.079em solid white;
}
table.action td.state {
font-size: 0.7em;
table.action td.state, table.objectstate td.state {
font-size: 0.857em;
text-align: center;
}
@ -1212,7 +1208,6 @@ table.action .objectflags {
}
table.objectstate {
font-size: 0.857em;
border-collapse: separate;
border-spacing: 1px;
}