From e2181612b984489e479f52f748c3199c693d986c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 5 Feb 2016 19:00:40 -0500 Subject: Remove time form on task summary page and move that to task edit form --- assets/css/src/task.css | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'assets/css/src') diff --git a/assets/css/src/task.css b/assets/css/src/task.css index ed2222b5..fd5b8efc 100644 --- a/assets/css/src/task.css +++ b/assets/css/src/task.css @@ -168,6 +168,10 @@ span.task-board-date-overdue { } /* task view */ +#task-summary { + margin-bottom: 15px; +} + #task-summary h2 { color: #666; font-size: 2.5em; @@ -303,15 +307,6 @@ span.task-board-date-overdue { width: auto; } -.task-show-start-link { - color: #000; -} - -.task-show-start-link:hover, -.task-show-start-link:focus { - color: red; -} - .flag-milestone { color: green; } -- cgit v1.2.3