mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Merge "Reduce the amount of space between the badges a bit"
This commit is contained in:
commit
7ee4ffd1f4
|
@ -7,7 +7,7 @@
|
|||
#pt-notifications-notice & {
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 30px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
top: -5px;
|
||||
cursor: pointer;
|
||||
|
@ -46,7 +46,7 @@
|
|||
display: inline-block;
|
||||
cursor: pointer;
|
||||
top: 10px;
|
||||
left: 40%;
|
||||
left: 50%;
|
||||
font-size: 0.8em;
|
||||
font-weight: bold;
|
||||
padding: 0 0.3em;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
.mw-echo-notifications-badge {
|
||||
#pt-notifications-notice &,
|
||||
#pt-notifications-alert & {
|
||||
width: 20px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
top: -3px;
|
||||
|
||||
|
|
Loading…
Reference in a new issue