diff options
Diffstat (limited to 'ui/static/css/main.css')
-rw-r--r-- | ui/static/css/main.css | 43 |
1 files changed, 40 insertions, 3 deletions
diff --git a/ui/static/css/main.css b/ui/static/css/main.css index 8432742..1cfe90f 100644 --- a/ui/static/css/main.css +++ b/ui/static/css/main.css @@ -30,12 +30,47 @@ a.admin-link { font-size: 0.65rem; } +table#home-summary-table { + margin-top: 1.2em; + background: white; + table-layout: fixed; + width: 100%; + border-collapse: collapse; + border: 2px solid gray; +} -table#home-summary-table, -table#home-summary-table a, -table#home-summary-table ul, table#home-summary-table td { background: white; + border: 1px solid gray; +} + +table#home-summary-table a, +table#home-summary-table ul +{ + background: white; +} + +table#home-summary-table thead th:nth-child(1) { + width: 10%; +} +table#home-summary-table thead th:nth-child(2) { + width: 6%; +} + +table#home-summary-table thead th:nth-child(4) { + width: 10%; +} + +table#home-summary-table thead th:nth-child(5) { + width: 10%; +} + +table#home-summary-table thead th:nth-child(6) { + width: 5%; +} + +table#home-summary-table thead th:nth-child(7) { + width: 5%; } table#home-summary-table th @@ -43,6 +78,8 @@ table#home-summary-table th /* border: solid 2px #ccc; */ background: lightgray; font-weight: unset; + letter-spacing: 1px; + text-align: left; } table#home-summary-table li |