Slightly reducing badge and alert sizes

Change-Id: If3c93582dbbdcab14b10ad9fe2926dcc94186756
This commit is contained in:
kaldari 2013-05-23 11:59:20 -07:00
parent d2702cb1e9
commit 43d95d153e
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
#pt-mytalk a.mw-echo-alert {
border-radius: 2px;
background-color: #F9C557;
padding: 0.3em 0.9em 0.25em 0.9em;
padding: 0.25em 0.8em 0.2em 0.8em;
color: #555555;
font-weight: normal;
}

View file

@ -2,7 +2,7 @@
#pt-notifications .mw-echo-notifications-badge {
min-width: 7px;
border-radius: 2px;
padding: 0.3em 0.5em 0.25em 0.5em;
padding: 0.25em 0.45em 0.2em 0.45em;
margin-left: -4px;
text-align: center;
background-color: #d2d2d2;