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:
parent
660f84b22f
commit
25758332ab
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue