Files
mediawiki-extensions-Univer…/resources/css/ext.uls.compactlinks.css
Amir E. Aharoni 50f6bdce29 Replace #p-lang-list with #p-lang .body ul
The #p-lang-list id was removed from core (I028880cfa),
and this broke the compact links beta feature.
This commit replaces it with a different selector.

Change-Id: I154919a54b032dd481fe080204a2a16819d85140
2014-05-22 13:17:15 +00:00

41 lines
662 B
CSS

#more-lang-label {
color: #8b8989;
display: block;
font-size: 12px;
line-height: 1.2;
margin: 5px 0;
}
#p-lang .body ul .uls-trigger {
background-image: none;
padding: 0;
}
.mw-interlanguage-selector {
cursor: pointer;
margin: 2px 0;
padding: 0 8px;
}
.interlanguage-uls-menu:after,
.interlanguage-uls-menu:before {
right: 100%;
content: " ";
position: absolute;
border: 1px solid black;
}
.interlanguage-uls-menu:after {
border-color: transparent;
border-right-color: #FCFCFC;
border-width: 20px;
top: 250px;
}
.interlanguage-uls-menu:before {
border-color: transparent;
border-right-color: #555555;
border-width: 20px;
top: 250px;
}