From 85574d7b82f9bf6ea44eb594594ae3bb9f7f8ff4 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 4 Jan 2009 00:35:12 +0000 Subject: CSS/JS formatting and selector updates. --- core/js/quickedit.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'core/js') diff --git a/core/js/quickedit.js b/core/js/quickedit.js index d63a0037..307a5f3a 100644 --- a/core/js/quickedit.js +++ b/core/js/quickedit.js @@ -1,5 +1,5 @@ $(document).ready(function() { - $("div.gQuickEdit").hover(show_quickedit, function() { }); + $(".gQuickEdit").hover(show_quickedit, function() {}); }); var show_quickedit = function() { @@ -43,11 +43,11 @@ var quickedit = function(quick_edit, pane, img) { var pos = img.position(); quick_edit.removeClass("gLoadingLarge"); $("#gQuickEditPane").css({ - "position": "absolute", - "top": pos.top, - "left": pos.left, - "width": img.innerWidth() + 1, - "height": 32 + "position": "absolute", + "top": pos.top, + "left": pos.left, + "width": img.innerWidth() + 1, + "height": 32 }); } }); -- cgit v1.2.3