Update jquery.uls to ab3cd92
Important changes: * Remove region filter module * Remove jquery.uls.compact.css * Remove unused methods from jquery.uls.data.utils module * Localisation updates Change-Id: If87bd21e19780fa5d90cedb4235854816c4adfba
This commit is contained in:
committed by
Niklas Laxström
parent
384b109362
commit
f3b984e4e1
@@ -1,61 +0,0 @@
|
||||
.uls-compact .uls-icon-close,
|
||||
.uls-compact .uls-title-region {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.uls-compact.uls-menu {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.uls-compact .uls-search {
|
||||
background: white;
|
||||
border-top: none;
|
||||
padding: 5px;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: #DDD;
|
||||
}
|
||||
|
||||
.uls-compact .uls-filterinput,
|
||||
.uls-compact .uls-filterinput:focus {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
font-size: 18px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.uls-compact .uls-language-list {
|
||||
background: #FCFCFC;
|
||||
height: 20em;
|
||||
}
|
||||
|
||||
.uls-compact .uls-title-region a {
|
||||
color: #777;
|
||||
display: inline-block;
|
||||
margin: 15px 0 5px 19px;
|
||||
cursor: pointer;
|
||||
padding: 6px;
|
||||
text-decoration: none;
|
||||
font-size: 14px;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.uls-compact .uls-title-region a:hover {
|
||||
color: #252525;
|
||||
background: #F0F0F0;
|
||||
border: 1px solid #DDD;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.uls-compact .uls-title-region a:before {
|
||||
display: inline-block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-right: 4px solid #777;
|
||||
border-top: 4px solid transparent;
|
||||
border-bottom: 4px solid transparent;
|
||||
content: "";
|
||||
margin: 0 6px 0 0;
|
||||
}
|
||||
@@ -114,6 +114,10 @@ div.uls-region {
|
||||
border-bottom-color: #DDD;
|
||||
}
|
||||
|
||||
.grid .uls-search {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
/* Make space for magnifying class on the front */
|
||||
.uls-search-wrapper {
|
||||
position: relative;
|
||||
@@ -127,13 +131,14 @@ 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: 32px;
|
||||
background-size: 28px;
|
||||
background-position: center center;
|
||||
height: 32px;
|
||||
width: 40px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.uls-search-input-wrapper {
|
||||
@@ -146,7 +151,7 @@ div.uls-region {
|
||||
height: 32px;
|
||||
width: 100%;
|
||||
/* For the custom clear (X) icon */
|
||||
padding: 6px 25px 6px 6px;
|
||||
padding: 6px 25px 6px 0;
|
||||
|
||||
outline: none;
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user