Notification overlay is partially hidden in RTL language

bug: 55629
Change-Id: I820386379fbea64fb88cfc1a1966ee08680f5c59
This commit is contained in:
bsitu 2013-10-11 12:00:28 -07:00 committed by Bsitu
parent fab5045776
commit 67bcecff5d

View file

@ -1,7 +1,6 @@
.mw-echo-overlay {
position: absolute;
top: 30px;
left: -200px;
border: 1px solid silver;
background-color: #fff;
width: 450px;
@ -11,6 +10,15 @@
z-index: 100;
box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.35);
}
.ltr .mw-echo-overlay {
left: -200px;
}
.rtl .mw-echo-overlay {
left: -400px;
}
.mw-echo-overlay-pokey {
/* @embed */
background-image: url('PokeyNorth.png');