diff --git a/helpdesk/static/helpdesk/helpdesk-extend.css b/helpdesk/static/helpdesk/helpdesk-extend.css index e2c0e59a..4d280241 100644 --- a/helpdesk/static/helpdesk/helpdesk-extend.css +++ b/helpdesk/static/helpdesk/helpdesk-extend.css @@ -50,7 +50,10 @@ Bootstrap overrides #searchtabs {margin-bottom: 20px;} .row_tablehead, table.table caption {background-color: #dbd5d9;} -table.table caption {height: 2em; line-height: 2em; font-weight: bold;} +table.table caption { + padding-left: 2em; + line-height: 2em; font-weight: bold; +} table.ticket-stats caption {color: #fbff00; font-style: italic;} table.ticket-stats tbody th, table.ticket-stats tbody tr {padding-left: 20px}