mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
The avp table is the one I wanted to fix
This commit is contained in:
parent
c41160405d
commit
62b7c71ff2
@ -68,7 +68,7 @@ table.avp a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
table.avp th {
|
||||
table.avp > tbody > tr > th {
|
||||
text-align: right;
|
||||
margin: 0;
|
||||
width: 11em;
|
||||
@ -76,7 +76,7 @@ table.avp th {
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
table.avp td {
|
||||
table.avp > tbody > tr > td {
|
||||
line-height: 2em;
|
||||
margin: 0;
|
||||
|
||||
@ -129,7 +129,7 @@ table.perfdata {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
table.perfdata > tbody > th {
|
||||
table.perfdata th {
|
||||
white-space: nowrap;
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
|
Loading…
x
Reference in New Issue
Block a user