Files
mediawiki-extensions-Univer…/resources/css/ext.uls.less
Santhosh Thottingal 453a4458e6 Update jquery.uls to 3161b34
* language-data update: Add Western Armenian to known languages
* Stop rendering languages twice on initial display
* Style adjustments for no-results
* package.json: maintenance updates
* Localisation updates

In addition to the jquery.uls update, this patch contains local
style customization for no-results view as specified in T175235.

Bug: T175235
Bug: T185086
Change-Id: I51645554413dbaa80e02fec8f9115f4de409fb06
2018-02-06 08:17:20 +00:00

71 lines
1.4 KiB
Plaintext

@import 'ext.uls.mixins.less';
/* Overrides to follow MediaWiki style */
.uls-menu {
border-radius: 2px;
/* Ensure base font size is same in different skins */
font-size: medium;
}
.uls-search,
.uls-language-settings-close-block {
border-top-right-radius: 2px;
border-top-left-radius: 2px;
}
.uls-language-list {
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
.uls-menu.callout {
.caret();
}
.uls-ui-languages button {
margin: 5px 15px 5px 0;
white-space: nowrap;
overflow: hidden;
}
.uls-search-wrapper-wrapper {
position: relative;
padding-left: 40px;
margin-top: 5px;
margin-bottom: 5px;
}
.uls-icon-back {
background: transparent url( ../images/back-grey-ltr.png ) no-repeat scroll center center;
background-image: -webkit-linear-gradient( transparent, transparent ), url( ../images/back-grey-ltr.svg );
/* @embed */
background-image: linear-gradient( transparent, transparent ), url( ../images/back-grey-ltr.svg );
background-size: 28px;
background-position: center center;
height: 32px;
width: 40px;
display: block;
position: absolute;
left: 0;
border-right: 1px solid #c8ccd1;
opacity: 0.8;
}
.uls-icon-back:hover {
opacity: 1;
cursor: pointer;
}
.uls-menu .uls-no-results-view {
.uls-no-found-more {
background-color: #fff;
}
h3 {
padding: 0 28px;
margin: 0;
color: #54595d;
font-size: 1em;
font-weight: normal;
}
}