diff --git a/phpBB/styles/prosilver/template/notification_dropdown.html b/phpBB/styles/prosilver/template/notification_dropdown.html
index 3f32189fe5..db4d5bade7 100644
--- a/phpBB/styles/prosilver/template/notification_dropdown.html
+++ b/phpBB/styles/prosilver/template/notification_dropdown.html
@@ -13,7 +13,7 @@
- -
+
-
{L_NO_NOTIFICATIONS}
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index b90a53b4e8..b9728729f9 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -1066,6 +1066,10 @@ form > p.post-notice strong {
position: relative;
}
+.dropdown-extended ul li.no_notifications {
+ padding: 10px;
+}
+
.dropdown-extended ul li:before, .dropdown-extended ul li:after {
display: none;
}