monitoring/css: more font cleanups

This commit is contained in:
Thomas Gelf 2015-06-16 02:49:41 +02:00
parent 09c0ebcacd
commit b579c65038

View File

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