diff options
author | Dan McGee <dan@archlinux.org> | 2010-08-27 10:04:00 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-08-27 10:04:00 -0500 |
commit | 538f57c7446397b44036a0f3e068b298a43e4d70 (patch) | |
tree | 516b276af709fd4395d0c5be8fcd4e91c6b10a3f /media/archweb.css | |
parent | ff427f6d9bbcedebcdfc671bc13ab54a225b6cdf (diff) |
Make public todolist view more usefulrelease_2010-08-27
Show all the details the developer page does, make the lists always visible,
and add JS table sorting to each table on the page. This commit also adds
table sorting to the developer list view as well.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'media/archweb.css')
-rw-r--r-- | media/archweb.css | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/media/archweb.css b/media/archweb.css index e5753110..247bb00d 100644 --- a/media/archweb.css +++ b/media/archweb.css @@ -241,21 +241,16 @@ div.dash-stats h3 { color: #07b; } /* read only (public) todo lists */ #public_todo_lists .todo_list { - display: none; margin-left: 2em; } -#public_todo_lists h4 { - color: #07b; - cursor: pointer; -} /* dev dashboard: admin actions (add news items, todo list, etc) */ ul.admin-actions { float: right; list-style: none; margin-top: -2.5em; } ul.admin-actions li { display: inline; padding-left: 1.5em; } /* dev: todo list */ -#dev-todo .complete, #dev-todo-details .complete { color: green; } -#dev-todo .incomplete, #dev-todo-details .incomplete { color: red; } +.todo-table .complete { color: green; } +.todo-table .incomplete { color: red; } /* dev: signoff page */ #dev-signoffs ul { list-style: none; margin: 0; padding: 0; } |