From acba6839a6082e3e3800a733f8baea7c843fc02e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 11 Oct 2014 21:11:10 -0400 Subject: Add 3 new fields for tasks: start date, time estimated and time spent --- assets/css/app.css | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'assets/css') diff --git a/assets/css/app.css b/assets/css/app.css index b4f8f6a6..45b550a6 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -26,6 +26,10 @@ body { text-rendering: optimizeLegibility; } +.align-right { + text-align: right; +} + /* links */ a { color: #3366CC; @@ -841,6 +845,12 @@ a.task-board-nobody { margin-top: 10px; } +.task-time-form { + margin-top: 10px; + margin-bottom: 25px; + padding: 3px; +} + /* comments */ .comment { margin-bottom: 20px; @@ -918,15 +928,6 @@ a.task-board-nobody { vertical-align: middle; } -.subtasks-time-tracking h4 { - margin-bottom: 5px; -} - -.subtasks-time-tracking li { - list-style-type: square; - margin-left: 30px; -} - /* markdown content */ .markdown { line-height: 1.4em; -- cgit v1.2.3