Update jquery.uls to 5ceba61

New search icon + image compression

Bug: T132424
Change-Id: Ibf32682e46978484ec3967ec71385b523e38c076
This commit is contained in:
Niklas Laxström
2016-05-03 10:28:15 +02:00
parent 7d56590918
commit 02f87ff4ec
3 changed files with 5 additions and 12 deletions

View File

@@ -49,16 +49,6 @@
min-width: 150px;
}
/* Leave more space for search input */
.uls-narrow .uls-search-label {
background-size: 15px;
width: 20px;
}
.uls-narrow .uls-search-wrapper {
padding-left: 20px;
}
.uls-title-region a {
padding-left: 15px;
}
@@ -156,7 +146,7 @@ div.uls-region {
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/search.svg');
/* @embed */
background-image: linear-gradient(transparent, transparent), url('../images/search.svg');
background-size: 30px;
background-size: 32px;
background-position: center center;
height: 32px;
width: 40px;