ソースを参照

Input element clear buttons UI update

Nathaniel van Diepen 11 年 前
コミット
0ce7051f0c
1 ファイル変更2 行追加2 行削除
  1. 2 2
      js/index.js

+ 2 - 2
js/index.js

@@ -342,8 +342,8 @@
 					input.after(
 						$('<div>').css({
 							position: 'absolute',
-							right: $(window).width() - (input.outerWidth() + input.position().left),
-							top: input.position().top,
+							right: $(window).width() - (input.outerWidth() + input.position().left)+2,
+							top: input.position().top+2,
 							'background-image': 'url(img/headers/icons/clear.png)',
 							'background-position': 'center',
 							'background-size': '17px 17px',