Merge "Update jquery.ime from upstream"

This commit is contained in:
Nikerabbit
2013-06-10 07:31:20 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
background-image: -moz-linear-gradient(transparent, transparent), url('../images/ime-active.svg'); background-image: -moz-linear-gradient(transparent, transparent), url('../images/ime-active.svg');
background-image: linear-gradient(transparent, transparent), url('../images/ime-active.svg'); background-image: linear-gradient(transparent, transparent), url('../images/ime-active.svg');
background-color: #fff; background-color: #fff;
background-position: 3px; background-position: left 3px center;
cursor: pointer; cursor: pointer;
height: 15px; height: 15px;
font-size: small; font-size: small;

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.1.0+20130607 /*! jquery.ime - v0.1.0+20130610
* https://github.com/wikimedia/jquery.ime * https://github.com/wikimedia/jquery.ime
* Copyright (c) 2013 Santhosh Thottingal; Licensed GPL, MIT */ * Copyright (c) 2013 Santhosh Thottingal; Licensed GPL, MIT */
( function ( $ ) { ( function ( $ ) {