Better visibility of tasks in project/*/tasks tab pages
This commit is contained in:
parent
a7293dfae6
commit
78a5553f7e
3 changed files with 3 additions and 3 deletions
|
@ -324,7 +324,7 @@ function stormtask_tasks_form($form_id, $header, $tasks, $project) {
|
||||||
);
|
);
|
||||||
|
|
||||||
$form['tasks']['tasks'][$task->nid]['task_description_'. $task->nid] = array(
|
$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(
|
$form['tasks']['tasks'][$task->nid]['task_category_'. $task->nid] = array(
|
||||||
|
|
|
@ -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 {
|
table#tasks tbody tr td:first-child > a.tabledrag-handle + a {
|
||||||
margin-left: 24px;
|
margin-left: 24px;
|
||||||
margin-right: -64px;
|
margin-right: -150px;
|
||||||
}
|
}
|
||||||
table#tasks span.tabledrag-changed {
|
table#tasks span.tabledrag-changed {
|
||||||
left: 1px;
|
left: 1px;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name = SuiteDesk Theme
|
name = SuiteDesk Theme
|
||||||
description = SuiteDesk Theme Zen.
|
description = SuiteDesk Theme Zen.
|
||||||
version = 0.2.37
|
version = 0.2.38
|
||||||
|
|
||||||
screenshot = screenshot.png
|
screenshot = screenshot.png
|
||||||
|
|
||||||
|
|
Reference in a new issue