From 286b1935663ef3071ad6a0aae3078ad3a42b48e4 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 14 Oct 2014 22:02:35 -0400 Subject: Add a dashboard (first version) --- assets/css/app.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'assets/css') diff --git a/assets/css/app.css b/assets/css/app.css index 0bb25740..a4d71cb4 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -1119,6 +1119,22 @@ tr td.task-orange, color: #555; } +/* dashboard */ +#dashboard table { + font-size: 0.95em; +} + +.dashboard-left-column { + width: 55%; + float: left; +} + +.dashboard-right-column { + margin-left: 5%; + width: 40%; + float: left; +} + /* confirmation box */ .confirm { max-width: 700px; -- cgit v1.2.3