X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/03460135dbc5d86b366424da72053a853db4ce34..dff98812a65470fde996fb07730e408382226c71:/forum/skins/default/templates/osqaadmin/nodeman.html diff --git a/forum/skins/default/templates/osqaadmin/nodeman.html b/forum/skins/default/templates/osqaadmin/nodeman.html index 9e6c194..997fab5 100644 --- a/forum/skins/default/templates/osqaadmin/nodeman.html +++ b/forum/skins/default/templates/osqaadmin/nodeman.html @@ -1,22 +1,181 @@ {% extends basetemplate %} -{% load i18n %} -{% load user_tags %} +{% load i18n user_tags extra_tags extra_filters %} {% block adminjs %} @@ -26,7 +185,76 @@ display: inline; margin-right: 12px; } + + #result_list tr td.deleted { + background-color: #FDD; + border-bottom: 1px solid #a9a9a9; + } + + #result_list tr td.accepted { + background-color: #DFD; + border-bottom: 1px solid #a9a9a9; + } + + span.question-deleted { + text-decoration: line-through; + } + + .col-resizer { + width: 2px; + min-width: 2px; + min-width: 2px; + cursor: col-resize; + padding: 0 0 0 0; + } + + + + {% endblock %} {% block subtitle %} @@ -41,61 +269,242 @@