changeset 1759:d6c6ea17b100 beta

inline comment button fix
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 07 Dec 2011 20:17:12 +0200
parents a87aa385f21c
children 9dda1146327c
files rhodecode/public/js/rhodecode.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/js/rhodecode.js	Tue Dec 06 04:06:01 2011 +0200
+++ b/rhodecode/public/js/rhodecode.js	Wed Dec 07 20:17:12 2011 +0200
@@ -360,7 +360,7 @@
 };
 
 var createInlineAddButton = function(tr,label){
-	var html = '<div class="add-comment"><span class="ui-button-small">{0}</span></div>'.format(label);
+	var html = '<div class="add-comment"><span class="ui-btn">{0}</span></div>'.format(label);
         
 	var add = new YAHOO.util.Element(tableTr('inline-comments-button',html));
 	add.on('click', function(e) {