Move perfdata table left to save horizontal space

refs #8334
This commit is contained in:
Matthias Jentsch 2015-06-02 17:07:34 +02:00
parent 8e35bb446a
commit ff01ee4f20
1 changed files with 4 additions and 0 deletions

View File

@ -142,6 +142,10 @@ table.objectstate tr.state.handled td.state {
table.perfdata {
min-width: 24em;
font-size: 0.9em;
position: relative;
top: 1.8em;
left: -2.6em;
margin-bottom: 1.8em;
}
table.perfdata th {