Update jquery.uls to 36478fa55a0

* Multiple css selector renaming
* Hide misplaced borders in the compact design
* Fix the jQuery migration warnings for jQuery 1.11.1

Bug: 65400
Change-Id: I4a2542b3b745b8b749845a7e8dbb926dd5c4f0e4
This commit is contained in:
Santhosh Thottingal
2014-05-21 21:08:56 +05:30
committed by Santhosh
parent 4339bc3126
commit 9ce9fa68b8
5 changed files with 44 additions and 46 deletions

View File

@@ -1,6 +1,7 @@
.uls-compact .icon-close,
.uls-compact .uls-title,
.uls-compact .map-block {
.uls-compact .uls-icon-close,
.uls-compact .uls-title-region,
.uls-compact .uls-map-block,
.uls-compact #uls-settings-block {
display: none !important;
}
@@ -8,7 +9,7 @@
border-radius: 0;
}
.uls-compact .search {
.uls-compact .uls-search {
background: white;
border-top: none;
padding: 0.8em 0;
@@ -17,8 +18,8 @@
border-bottom-color: #DDD;
}
.uls-compact .filterinput,
.uls-compact .filterinput:focus {
.uls-compact .uls-filterinput,
.uls-compact .uls-filterinput:focus {
background-color: transparent;
border: none;
box-shadow: none;
@@ -32,7 +33,7 @@
height: 20em;
}
.uls-compact .search-label {
.uls-compact .uls-search-label {
background-size: 25px;
height: 26px;
width: 26px;
@@ -40,7 +41,7 @@
opacity: 0.8;
}
.uls-compact .languagefilter-clear {
.uls-compact .uls-languagefilter-clear {
margin-left: 0;
}