|
@@ -730,7 +730,8 @@ body.mw-special-Userlogin h2.title {
|
|
|
margin: .5em 1em;
|
|
|
}
|
|
|
|
|
|
-#echo-notifications #pt-notifications {
|
|
|
+#echo-notifications #pt-notifications,
|
|
|
+#echo-notifications #pt-notifications-alert {
|
|
|
position: relative;
|
|
|
list-style: none;
|
|
|
}
|
|
@@ -745,13 +746,25 @@ body.mw-special-Userlogin h2.title {
|
|
|
padding:6px;
|
|
|
}
|
|
|
|
|
|
-#echo-notifications #pt-notifications a.mw-echo-short-link .mw-badge
|
|
|
+#echo-notifications #pt-notifications-alert .mw-echo-notifications-badge
|
|
|
+{
|
|
|
+ width: 50px;
|
|
|
+ height: 30px;
|
|
|
+ text-align: center;
|
|
|
+ border-radius: 6px;
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+
|
|
|
+#echo-notifications #pt-notifications a.mw-echo-short-link .mw-badge,
|
|
|
+#echo-notifications #pt-notifications-alert a.mw-echo-short-link .mw-badge
|
|
|
{
|
|
|
margin:0;
|
|
|
padding:6px;
|
|
|
}
|
|
|
|
|
|
-#echo-notifications #pt-notifications .mw-badge-content {
|
|
|
+#echo-notifications #pt-notifications .mw-badge-content,
|
|
|
+#echo-notifications #pt-notifications-alert .mw-badge-content
|
|
|
+{
|
|
|
font-size: 1.3em;
|
|
|
line-height: 1.1;
|
|
|
}
|