Better visibility of tasks in project/*/tasks tab pages

This commit is contained in:
Manuel Cillero 2017-08-19 21:27:53 +02:00
parent a7293dfae6
commit 78a5553f7e
3 changed files with 3 additions and 3 deletions

View file

@ -324,7 +324,7 @@ function stormtask_tasks_form($form_id, $header, $tasks, $project) {
);
$form['tasks']['tasks'][$task->nid]['task_description_'. $task->nid] = array(
'#value' => l($task->stepno .' '. $task->title, 'node/'. $task->nid, array('html' => TRUE)),
'#value' => l($task->stepno .' '. $task->title, 'node/'. $task->nid, array('attributes' => array('title' => $task->title), 'html' => TRUE)),
);
$form['tasks']['tasks'][$task->nid]['task_category_'. $task->nid] = array(

View file

@ -577,7 +577,7 @@ table#tasks tbody tr td:first-child > a:not([class]) {
}
table#tasks tbody tr td:first-child > a.tabledrag-handle + a {
margin-left: 24px;
margin-right: -64px;
margin-right: -150px;
}
table#tasks span.tabledrag-changed {
left: 1px;

View file

@ -1,6 +1,6 @@
name = SuiteDesk Theme
description = SuiteDesk Theme Zen.
version = 0.2.37
version = 0.2.38
screenshot = screenshot.png