diff rhodecode/templates/files/files_source.html @ 1304:5a96551ee9c0 beta

gui-improvments
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 02 May 2011 19:07:18 +0200
parents ed5270522724
children 166317d464f3
line wrap: on
line diff
--- a/rhodecode/templates/files/files_source.html	Mon May 02 15:01:29 2011 +0200
+++ b/rhodecode/templates/files/files_source.html	Mon May 02 19:07:18 2011 +0200
@@ -22,8 +22,8 @@
 		${h.form(h.url('files_diff_home',repo_name=c.repo_name,f_path=c.f_path),method='get')}
 		${h.hidden('diff2',c.files_list.last_changeset.raw_id)}
 		${h.select('diff1',c.files_list.last_changeset.raw_id,c.file_history)}
-		${h.submit('diff','diff to revision',class_="ui-button")}
-		${h.submit('show_rev','show at revision',class_="ui-button")}
+		${h.submit('diff','diff to revision',class_="ui-button-small")}
+		${h.submit('show_rev','show at revision',class_="ui-button-small")}
 		${h.end_form()}
 		</div>
 	</dd>