monitoring/css: reduce object state size
This commit is contained in:
parent
e962b44b5e
commit
3f926b1568
|
@ -348,10 +348,6 @@ tr.state.new td.state {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
tr.state td.state strong {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
tr.state td.state {
|
||||
width: 9em;
|
||||
color: white;
|
||||
|
@ -1216,6 +1212,7 @@ table.action .objectflags {
|
|||
}
|
||||
|
||||
table.objectstate {
|
||||
font-size: 0.857em;
|
||||
border-collapse: separate;
|
||||
border-spacing: 1px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue