diff --git a/drupal/sites/default/boinc/themes/boinc/css/pages.css b/drupal/sites/default/boinc/themes/boinc/css/pages.css index 5697986e3c..77d16d1d24 100644 --- a/drupal/sites/default/boinc/themes/boinc/css/pages.css +++ b/drupal/sites/default/boinc/themes/boinc/css/pages.css @@ -685,6 +685,26 @@ table.user-projects { padding: 3px 5px 1px; background: #747477; } +.new-mail-indicator { + background: url(../images/icon-mail.png) 0 0 no-repeat; + background-size: 25px; + float: right; + height: 25px; + margin-top: 5px; + text-align: center; + width: 25px; +} +.new-mail-indicator .item-count-wrapper { + background: none; + margin: 0; + padding: 0; +} +.new-mail-indicator .item-count { + background-color: #800; + color: #fff; + margin: 6px 0 0; + padding: 0 1px; +} .item-list .pager { font-size: 10px; diff --git a/drupal/sites/default/boinc/themes/boinc/images/icon-mail.png b/drupal/sites/default/boinc/themes/boinc/images/icon-mail.png new file mode 100644 index 0000000000..757b7ae4e9 Binary files /dev/null and b/drupal/sites/default/boinc/themes/boinc/images/icon-mail.png differ diff --git a/drupal/sites/default/boinc/themes/boinc/templates/page.tpl.php b/drupal/sites/default/boinc/themes/boinc/templates/page.tpl.php index 6df6cc389c..30c4799def 100644 --- a/drupal/sites/default/boinc/themes/boinc/templates/page.tpl.php +++ b/drupal/sites/default/boinc/themes/boinc/templates/page.tpl.php @@ -148,6 +148,21 @@