Merge "Update jquery.ime from upstream"
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
div.imeselector {
|
.imeselector {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: url('../images/ime-active.svg') no-repeat scroll left center
|
/* @embed */
|
||||||
transparent;
|
background: url('../images/ime-active.png') no-repeat left center;
|
||||||
background-size: 15px;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
margin: 1px 0 0;
|
margin: 1px 0 0;
|
||||||
@@ -15,7 +14,7 @@ div.imeselector {
|
|||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.imeselector a {
|
.imeselector a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
color: #222222;
|
color: #222222;
|
||||||
@@ -24,30 +23,6 @@ div.imeselector a {
|
|||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ime-disable-link span {
|
|
||||||
text-align: right;
|
|
||||||
margin-left: 10px;
|
|
||||||
color: #888;
|
|
||||||
font-size: smaller;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ime-disable-link:hover span {
|
|
||||||
color: #eee;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ime-list-title,
|
|
||||||
.ime-lang-title {
|
|
||||||
color: #39d;
|
|
||||||
border-bottom: solid 1px #39d;
|
|
||||||
text-align: left;
|
|
||||||
font-size: larger;
|
|
||||||
padding-bottom: 5px;
|
|
||||||
padding-left: 20px;
|
|
||||||
padding-top: 9px;
|
|
||||||
margin-bottom: 1px;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.imeselector .caret {
|
.imeselector .caret {
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
@@ -64,40 +39,46 @@ div.imeselector a {
|
|||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imeselector-menu .sub-menu {
|
span.ime-disable-link {
|
||||||
left: 100%;
|
color: #222222;
|
||||||
position: absolute;
|
line-height: 1em;
|
||||||
top: 0;
|
padding-top: 4px;
|
||||||
visibility: hidden;
|
padding-left: 20px;
|
||||||
margin-top: -1px;
|
padding-bottom: 4px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imeselector-menu li:hover .sub-menu {
|
span.ime-disable-shortcut {
|
||||||
visibility: visible;
|
text-align: right;
|
||||||
|
margin-left: 10px;
|
||||||
|
color: #888;
|
||||||
|
font-size: smaller;
|
||||||
|
padding-right: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ime-disable-link:hover span {
|
||||||
|
color: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ime-list-title,
|
||||||
|
.ime-lang-title {
|
||||||
|
color: #39d;
|
||||||
|
border-bottom: solid 1px #39d;
|
||||||
|
text-align: left;
|
||||||
|
font-size: larger;
|
||||||
|
font-weight: normal;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
padding-left: 20px;
|
||||||
|
padding-top: 9px;
|
||||||
|
margin: 0 0 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ime-language-list-wrapper {
|
||||||
|
position: relative;
|
||||||
|
padding: 0;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
overflow-y: auto;
|
||||||
|
|
||||||
.imeselector-menu .checked a {
|
|
||||||
background: url(../images/tick.svg) 4px no-repeat;
|
|
||||||
background-size: 12px 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.ime-language-list {
|
|
||||||
overflow: auto;
|
|
||||||
max-height: 150px;
|
max-height: 150px;
|
||||||
width: 300px;
|
|
||||||
list-style: none;
|
|
||||||
padding: 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.ime-language-list {
|
|
||||||
overflow: hidden;
|
|
||||||
width: 250px;
|
|
||||||
padding: 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ime-language-list {
|
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.imeselector-menu {
|
.imeselector-menu {
|
||||||
@@ -107,9 +88,9 @@ div.ime-language-list {
|
|||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
display: none;
|
display: none;
|
||||||
float: left;
|
float: left;
|
||||||
|
margin-top: 13px;
|
||||||
min-width: 160px;
|
min-width: 160px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
list-style: none;
|
|
||||||
border: 1px solid #888;
|
border: 1px solid #888;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
@@ -124,6 +105,13 @@ div.ime-language-list {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.imeselector-menu ul {
|
||||||
|
width: 100%;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* The triangle shaped callout */
|
/* The triangle shaped callout */
|
||||||
.imeselector-menu:before {
|
.imeselector-menu:before {
|
||||||
border-bottom: 7px solid #888;
|
border-bottom: 7px solid #888;
|
||||||
@@ -147,12 +135,17 @@ div.ime-language-list {
|
|||||||
top: -6px;
|
top: -6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.imeselector-menu .checked {
|
||||||
|
/* @embed */
|
||||||
|
background: url(../images/tick.png) 4px center no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
.imeselector-menu .ime-help-link {
|
.imeselector-menu .ime-help-link {
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
border-radius: 0 0 5px 5px;
|
border-radius: 0 0 5px 5px;
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
padding: 2px 0 2px 0;
|
padding: 2px 0;
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -163,7 +156,8 @@ div.ime-language-list {
|
|||||||
|
|
||||||
.imeselector-menu a {
|
.imeselector-menu a {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 3px 20px;
|
padding-left: 20px;
|
||||||
|
padding-right: 20px;
|
||||||
clear: both;
|
clear: both;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
|
|||||||
BIN
lib/jquery.ime/images/ime-active.png
Normal file
BIN
lib/jquery.ime/images/ime-active.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 356 B |
@@ -1,51 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
version="1.1"
|
|
||||||
id="Layer_1"
|
|
||||||
x="0px"
|
|
||||||
y="0px"
|
|
||||||
width="32px"
|
|
||||||
height="32px"
|
|
||||||
viewBox="0 0 32 32"
|
|
||||||
enable-background="new 0 0 32 32"
|
|
||||||
xml:space="preserve"
|
|
||||||
inkscape:version="0.48.3.1 r9886"
|
|
||||||
sodipodi:docname="WMF-Agora-Input_settings-000000.svg"><metadata
|
|
||||||
id="metadata7"><rdf:RDF><cc:Work
|
|
||||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
|
||||||
id="defs5" /><sodipodi:namedview
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1"
|
|
||||||
objecttolerance="10"
|
|
||||||
gridtolerance="10"
|
|
||||||
guidetolerance="10"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:window-width="1920"
|
|
||||||
inkscape:window-height="1024"
|
|
||||||
id="namedview3"
|
|
||||||
showgrid="false"
|
|
||||||
showguides="true"
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
inkscape:zoom="22.627417"
|
|
||||||
inkscape:cx="23.331859"
|
|
||||||
inkscape:cy="8.3802289"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="27"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
inkscape:current-layer="Layer_1" />
|
|
||||||
<path
|
|
||||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
|
||||||
d="M 14.40625 8.4375 C 14.40625 8.4375 14.31419 8.6657048 14.1875 8.9375 C 14.068538 9.1927223 13.844044 9.4558848 13.84375 9.46875 C 13.769164 9.4743863 13.468944 9.5751815 13.0625 9.59375 C 12.520575 9.618508 11.810484 9.59812 11.0625 9.5625 C 9.5665318 9.4912633 7.97186 9.3485738 6.90625 9.53125 L 6.875 9.53125 C 6.2309814 9.6511473 5.7732941 10.079762 5.4375 10.53125 C 5.0967523 10.989398 4.8501105 11.50885 4.6875 12 C 4.4387499 12.751327 4.3485455 13.329266 4.3125 13.625 L 0 13.625 L 0 32 L 32 32 L 32 13.625 L 5.84375 13.625 C 5.8929222 13.326517 5.9697935 12.937537 6.125 12.46875 C 6.2560186 12.073021 6.4309233 11.667193 6.625 11.40625 C 6.8190767 11.145307 7.0067168 11.030991 7.1875 11 C 7.7997705 10.895039 9.4445334 10.98992 10.96875 11.0625 C 11.730858 11.09879 12.486416 11.12292 13.125 11.09375 C 13.763584 11.06458 14.276111 11.09795 14.8125 10.65625 C 15.231457 10.311228 15.371009 9.9375316 15.53125 9.59375 C 15.691491 9.2499684 15.8125 8.9375 15.8125 8.9375 L 14.40625 8.4375 z M 3.03125 17.8125 L 5.5 17.8125 C 5.6541065 17.8125 5.78125 17.908394 5.78125 18.0625 L 5.78125 20.5625 C 5.78125 20.716606 5.6541065 20.84375 5.5 20.84375 L 3.03125 20.84375 C 2.8771435 20.84375 2.75 20.716606 2.75 20.5625 L 2.75 18.0625 C 2.75 17.908394 2.8771435 17.8125 3.03125 17.8125 z M 7.5625 17.8125 L 10.03125 17.8125 C 10.185356 17.8125 10.3125 17.908394 10.3125 18.0625 L 10.3125 20.5625 C 10.3125 20.716606 10.185356 20.84375 10.03125 20.84375 L 7.5625 20.84375 C 7.4083935 20.84375 7.28125 20.716606 7.28125 20.5625 L 7.28125 18.0625 C 7.28125 17.908394 7.4083935 17.8125 7.5625 17.8125 z M 12.09375 17.8125 L 14.5625 17.8125 C 14.716606 17.8125 14.84375 17.908394 14.84375 18.0625 L 14.84375 20.5625 C 14.84375 20.716606 14.716606 20.84375 14.5625 20.84375 L 12.09375 20.84375 C 11.939644 20.84375 11.8125 20.716606 11.8125 20.5625 L 11.8125 18.0625 C 11.8125 17.908394 11.939644 17.8125 12.09375 17.8125 z M 16.625 17.8125 L 19.09375 17.8125 C 19.247856 17.8125 19.375 17.908394 19.375 18.0625 L 19.375 20.5625 C 19.375 20.716606 19.247856 20.84375 19.09375 20.84375 L 16.625 20.84375 C 16.470894 20.84375 16.34375 20.716606 16.34375 20.5625 L 16.34375 18.0625 C 16.34375 17.908394 16.470894 17.8125 16.625 17.8125 z M 21.15625 17.8125 L 23.625 17.8125 C 23.779106 17.8125 23.90625 17.908394 23.90625 18.0625 L 23.90625 20.5625 C 23.90625 20.716606 23.779106 20.84375 23.625 20.84375 L 21.15625 20.84375 C 21.002144 20.84375 20.875 20.716606 20.875 20.5625 L 20.875 18.0625 C 20.875 17.908394 21.002144 17.8125 21.15625 17.8125 z M 25.6875 17.8125 L 28.15625 17.8125 C 28.310356 17.8125 28.4375 17.908394 28.4375 18.0625 L 28.4375 20.5625 C 28.4375 20.716606 28.310356 20.84375 28.15625 20.84375 L 25.6875 20.84375 C 25.533394 20.84375 25.40625 20.716606 25.40625 20.5625 L 25.40625 18.0625 C 25.40625 17.908394 25.533394 17.8125 25.6875 17.8125 z M 5.15625 22.625 L 7.625 22.625 C 7.7791065 22.625 7.90625 22.752144 7.90625 22.90625 L 7.90625 25.375 C 7.90625 25.529106 7.7791065 25.65625 7.625 25.65625 L 5.15625 25.65625 C 5.0021435 25.65625 4.875 25.529106 4.875 25.375 L 4.875 22.90625 C 4.875 22.752144 5.0021435 22.625 5.15625 22.625 z M 9.8125 22.625 L 12.28125 22.625 C 12.435356 22.625 12.5625 22.752144 12.5625 22.90625 L 12.5625 25.375 C 12.5625 25.529106 12.435356 25.65625 12.28125 25.65625 L 9.8125 25.65625 C 9.6583935 25.65625 9.53125 25.529106 9.53125 25.375 L 9.53125 22.90625 C 9.53125 22.752144 9.6583935 22.625 9.8125 22.625 z M 14.46875 22.625 L 16.96875 22.625 C 17.122856 22.625 17.25 22.752144 17.25 22.90625 L 17.25 25.375 C 17.25 25.529106 17.122856 25.65625 16.96875 25.65625 L 14.46875 25.65625 C 14.314644 25.65625 14.1875 25.529106 14.1875 25.375 L 14.1875 22.90625 C 14.1875 22.752144 14.314644 22.625 14.46875 22.625 z M 19.15625 22.625 L 21.625 22.625 C 21.779106 22.625 21.90625 22.752144 21.90625 22.90625 L 21.90625 25.375 C 21.90625 25.529106 21.779106 25.65625 21.625 25.65625 L 19.15625 25.65625 C 19.002144 25.65625 18.875 25.529106 18.875 25.375 L 18.875 22.90625 C 18.875 22.752144 19.002144 22.625 19.15625 22.625 z M 23.8125 22.625 L 26.28125 22.625 C 26.435356 22.625 26.5625 22.752144 26.5625 22.90625 L 26.5625 25.375 C 26.5625 25.529106 26.435356 25.65625 26.28125 25.65625 L 23.8125 25.65625 C 23.658394 25.65625 23.53125 25.529106 23.53125 25.375 L 23.53125 22.90625 C 23.53125 22.752144 23.658394 22.625 23.8125 22.625 z M 6.40625 28.3125 L 25.59375 28.3125 C 25.747856 28.3125 25.84375 28.439644 25.84375 28.59375 L 25.84375 29.875 C 25.84375 30.029106 25.747856 30.15625 25.59375 30.15625 L 6.40625 30.15625 C 6.2521435 30.15625 6.15625 30.029106 6.15625 29.875 L 6.15625 28.59375 C 6.15625 28.439644 6.2521435 28.3125 6.40625 28.3125 z "
|
|
||||||
id="path4443" /></svg>
|
|
||||||
|
Before Width: | Height: | Size: 6.7 KiB |
BIN
lib/jquery.ime/images/tick.png
Normal file
BIN
lib/jquery.ime/images/tick.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 368 B |
@@ -1,48 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
version="1.1"
|
|
||||||
width="32"
|
|
||||||
height="32"
|
|
||||||
viewBox="0 0 32 32"
|
|
||||||
id="Layer_1"
|
|
||||||
xml:space="preserve"
|
|
||||||
inkscape:version="0.48.3.1 r9886"
|
|
||||||
sodipodi:docname="tick.svg"><sodipodi:namedview
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1"
|
|
||||||
objecttolerance="10"
|
|
||||||
gridtolerance="10"
|
|
||||||
guidetolerance="10"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:window-width="1920"
|
|
||||||
inkscape:window-height="1024"
|
|
||||||
id="namedview6"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:zoom="3.6875"
|
|
||||||
inkscape:cx="12.379932"
|
|
||||||
inkscape:cy="32.028115"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="27"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
inkscape:current-layer="Layer_1" /><metadata
|
|
||||||
id="metadata7"><rdf:RDF><cc:Work
|
|
||||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
|
||||||
id="defs5" />
|
|
||||||
<path
|
|
||||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#222222;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
|
||||||
d="M 26.579429,5.7431146 11.48439,20.451101 5.4205703,14.580808 2.5176783,17.548209 c 2.989202,2.902621 5.955731,5.828609 8.9667117,8.708676 C 17.447966,20.350568 23.477578,14.51056 29.482322,8.6460063 z"
|
|
||||||
id="path10791-42-4"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccccccc" /></svg>
|
|
||||||
|
Before Width: | Height: | Size: 2.2 KiB |
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user