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
This commit is contained in:
Thomas Gelf 2014-06-17 12:53:39 +00:00
parent 660f84b22f
commit 25758332ab
1 changed files with 19 additions and 0 deletions

View File

@ -10,3 +10,22 @@ table.action.comments td a, table.action.downtimes td a {
.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;
}