Thomas Gelf 25758332ab CSS/monitoring: get rid of different formatting
First attempt to clean up the GUI, "same" elements looked different
in different places.

TODO: move more monitoriny-only CSS to the monitoring module
2014-06-17 12:53:39 +00:00

32 lines
496 B
Plaintext

table.action.comments td p, table.action.downtimes td p {
margin: 0;
font-size: 0.8em;
}
table.action.comments td a, table.action.downtimes td a {
font-weight: bold;
}
.content.processinfo table.avp th {
width: 16em;
}
table.objecthistory td {
font-size: 0.8em;
}
table.objecthistory td.state {
font-size: 0.7em;
}
table.objectstate {
font-size: 0.8em;
}
table.objectstate td.state {
font-size: 0.92em;
line-height: 1.8em;
padding-top: 0.5em;
padding-bottom: 0.5em;
}