Update jquery.ime from upstream

Fixes the positioning of the menu if there is not enough space
in the left side.

Bug: 41738
Change-Id: I64d40acb41559b0b6376c03a4076d17dcedbc466
This commit is contained in:
Santhosh Thottingal
2013-04-03 11:11:20 +05:30
committed by Gerrit Code Review
parent 38e1ab2e5d
commit d3ce43b1d7
5 changed files with 42 additions and 16 deletions

View File

@@ -112,6 +112,10 @@ span.ime-disable-shortcut {
text-align: left;
}
.imeselector-menu.right {
right: auto;
}
.imeselector-menu ul {
width: 100%;
padding: 0;
@@ -131,6 +135,11 @@ span.ime-disable-shortcut {
top: -7px;
}
.imeselector-menu.right:before {
right: auto;
left: 9px;
}
.imeselector-menu:after {
border-bottom: 6px solid #FFFFFF;
border-left: 6px solid transparent;
@@ -142,6 +151,12 @@ span.ime-disable-shortcut {
top: -6px;
}
.imeselector-menu.right:after {
right: auto;
left: 10px;
}
.imeselector-menu.position-top:before {
border-bottom: 0 none;
border-top: 7px solid #888;