diff --git a/safesite/static/safesite/easyui/themes/icon.css b/safesite/static/safesite/easyui/themes/icon.css index 9be80535..8ed26feb 100644 --- a/safesite/static/safesite/easyui/themes/icon.css +++ b/safesite/static/safesite/easyui/themes/icon.css @@ -206,6 +206,18 @@ .icon-offence { background: url('icons/offence.png') no-repeat center center; } +.icon-safelist { + background: url('icons/safelist.png') no-repeat center center; +} +.icon-dutylist { + background: url('icons/dutyist.png') no-repeat center center; +} +.icon-worklist { + background: url('icons/worklist.png') no-repeat center center; +} +.icon-feedbacklist { + background: url('icons/feedbacklist.png') no-repeat center center; +} diff --git a/safesite/static/safesite/easyui/themes/icons/dutyist.png b/safesite/static/safesite/easyui/themes/icons/dutyist.png new file mode 100644 index 00000000..22798203 Binary files /dev/null and b/safesite/static/safesite/easyui/themes/icons/dutyist.png differ diff --git a/safesite/static/safesite/easyui/themes/icons/feedbacklist.png b/safesite/static/safesite/easyui/themes/icons/feedbacklist.png new file mode 100644 index 00000000..be3fcb85 Binary files /dev/null and b/safesite/static/safesite/easyui/themes/icons/feedbacklist.png differ diff --git a/safesite/static/safesite/easyui/themes/icons/safelist.png b/safesite/static/safesite/easyui/themes/icons/safelist.png new file mode 100644 index 00000000..d63d92a0 Binary files /dev/null and b/safesite/static/safesite/easyui/themes/icons/safelist.png differ diff --git a/safesite/static/safesite/easyui/themes/icons/worklist.png b/safesite/static/safesite/easyui/themes/icons/worklist.png new file mode 100644 index 00000000..bb27e69a Binary files /dev/null and b/safesite/static/safesite/easyui/themes/icons/worklist.png differ diff --git a/safesite/templates/index.html b/safesite/templates/index.html index f3444a99..b6ec6c66 100644 --- a/safesite/templates/index.html +++ b/safesite/templates/index.html @@ -77,8 +77,8 @@