aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zurich/admin/header.html
blob: 91ac24faa84e7fa99413c984cb82a6f9ffc86654 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[%
    SET bodyclass = bodyclass || 'fullwidthpage';
    INCLUDE 'header.html' admin = 1, bodyclass = bodyclass _ ' admin';
%]
<style type="text/css">
    .adminhidden { color: #666666; }
    .active { background-color: #ffffee; cursor: pointer; }
    .error { color: red; }
    .overdue { background-color: #ffcccc; }
    select { width: auto; }
    .admin-report-edit select { max-width: 100%; }
</style>