Fixing text alignment of Echo flyout in Monobook skin

Change-Id: I43a0560dcc6550ac01445755cf0f000018fc2e34
This commit is contained in:
kaldari 2013-03-26 14:34:14 -07:00
parent 945c1cb5a5
commit da331a5bbc

View file

@ -10,6 +10,8 @@
color: #6D6D6D;
z-index: 60;
box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.35);
/* Override for Monobook */
text-align: left;
}
.mw-echo-overlay-pokey {
/* @embed */
@ -27,6 +29,8 @@
margin: 0;
padding: 0;
overflow: auto;
/* Override for Monobook */
text-align: left;
}
#p-personal .mw-echo-overlay li.mw-echo-notification {