Update jquery.uls to a9dc11b

* Brings new design improvements.
* Also removed some local style overrides in the extension that are
  no longer needed and added new ones.
* Localisation updates

Bug: T138235
Bug: T137870
Change-Id: Iecec180ca01a40f0333e5b75914dcdb0c390f6b8
This commit is contained in:
Niklas Laxström
2016-08-30 15:17:01 +02:00
committed by Amire80
parent 8178f09a52
commit 3499b0a1b9
17 changed files with 135 additions and 139 deletions

View File

@@ -16,6 +16,11 @@
border-bottom-left-radius: 4px;
}
/* Override skin styling, because we are doing it ourselves */
.uls-language-list li {
margin: 0;
}
.uls-menu.callout .caret-before,
.uls-menu.callout .caret-after {
border-top: 10px solid transparent;

View File

@@ -13,15 +13,6 @@
border-radius: 0 0 5px 5px;
}
.uls-menu h3 {
border-bottom: medium none;
font-size: 14pt;
line-height: 1.5em;
margin-bottom: 10px;
margin-top: 0;
padding-left: 0;
}
#languagesettings-panels .languagesettings-menu {
padding-left: 0;
padding-right: 0;