Merge pull request #54 from ammendonca/KEYCLOAK-85
KEYCLOAK-85: Replace occurences of "-9999999em" for "-99999em" as previo...
This commit is contained in:
commit
4110aadbd9
3 changed files with 5 additions and 7 deletions
|
@ -453,7 +453,6 @@ input[type="email"].tiny {
|
||||||
background-image: url(img/chosen-arrow-down.png), -moz-linear-gradient(center top, #eeeeee 0%, #ffffff 50%);
|
background-image: url(img/chosen-arrow-down.png), -moz-linear-gradient(center top, #eeeeee 0%, #ffffff 50%);
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-radius: 2px 2px 0 0;
|
border-radius: 2px 2px 0 0;
|
||||||
background-image: ;
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: right top;
|
background-position: right top;
|
||||||
}
|
}
|
||||||
|
@ -524,7 +523,7 @@ input[type="email"].tiny {
|
||||||
line-height: 1.45454545454545em;
|
line-height: 1.45454545454545em;
|
||||||
}
|
}
|
||||||
.tokenfield.form-control .token .close {
|
.tokenfield.form-control .token .close {
|
||||||
text-indent: -9999999em;
|
text-indent: -99999em;
|
||||||
width: 1.6em;
|
width: 1.6em;
|
||||||
height: 1.6em;
|
height: 1.6em;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
|
@ -569,7 +568,7 @@ input[type="email"].tiny {
|
||||||
line-height: 1.45454545454545em;
|
line-height: 1.45454545454545em;
|
||||||
}
|
}
|
||||||
.token .close {
|
.token .close {
|
||||||
text-indent: -9999999em;
|
text-indent: -99999em;
|
||||||
width: 1.6em;
|
width: 1.6em;
|
||||||
height: 1.6em;
|
height: 1.6em;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
|
|
|
@ -544,7 +544,6 @@ input[type="email"] {
|
||||||
background-image: url(img/chosen-arrow-down.png), -moz-linear-gradient(center top , #eee 0%, #fff 50%);
|
background-image: url(img/chosen-arrow-down.png), -moz-linear-gradient(center top , #eee 0%, #fff 50%);
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-radius: 2px 2px 0 0;
|
border-radius: 2px 2px 0 0;
|
||||||
background-image: ;
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: right top;
|
background-position: right top;
|
||||||
}
|
}
|
||||||
|
@ -628,7 +627,7 @@ input[type="email"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.close {
|
.close {
|
||||||
text-indent: -9999999em;
|
text-indent: -99999em;
|
||||||
width: 1.6em;
|
width: 1.6em;
|
||||||
height: 1.6em;
|
height: 1.6em;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
|
@ -680,7 +679,7 @@ input[type="email"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.close {
|
.close {
|
||||||
text-indent: -9999999em;
|
text-indent: -99999em;
|
||||||
width: 1.6em;
|
width: 1.6em;
|
||||||
height: 1.6em;
|
height: 1.6em;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
height: 16px;
|
height: 16px;
|
||||||
background-image: url(img/sprites.png); /* Modified by Gabriel */
|
background-image: url(img/sprites.png); /* Modified by Gabriel */
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
text-indent: -9999999em;
|
text-indent: -99999em;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue