mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
106c2d2215
IE8+ supports the pseudo element. The world will not explode if IE6 and 7 do not have the chevron. This simplifies code by dropping the use of the pokey element Note: I know we can drop using the image too but I decided not to do that in this patch. Change-Id: Ia9ac434461e63bc2cf8554060126995ac65a3531
38 lines
680 B
CSS
38 lines
680 B
CSS
body #p-personal {
|
|
overflow: visible;
|
|
}
|
|
|
|
#p-personal .mw-echo-overlay {
|
|
text-transform: none;
|
|
font-variant: normal;
|
|
font-weight: normal;
|
|
left: -20px;
|
|
top: 31px;
|
|
}
|
|
#p-personal #pt-notifications ul,
|
|
#p-personal #pt-notifications li {
|
|
text-transform: none;
|
|
font-weight: normal;
|
|
height: auto;
|
|
}
|
|
#p-personal #mw-echo-overlay-link {
|
|
padding: 15px 15px 15px 60px;
|
|
}
|
|
#p-personal #mw-echo-overlay-pref-link {
|
|
padding: 15px 15px 15px 35px;
|
|
}
|
|
|
|
#p-personal .mw-echo-overlay a {
|
|
padding: 0;
|
|
color: #003366;
|
|
}
|
|
#p-personal .mw-echo-overlay a:visited {
|
|
padding: 0;
|
|
color: #5a3696;
|
|
}
|
|
#p-personal .mw-echo-overlay a:hover {
|
|
padding: 0;
|
|
color: #003366;
|
|
text-decoration: inherit;
|
|
}
|