diff rhodecode/templates/admin/repos/repo_add_create_repository.html @ 562:1a77a0c350f5

extended size of some input fields cleaned prints from tasks
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 09 Oct 2010 01:38:10 +0200
parents 1e757ac98988
children a1ec653f5f95
line wrap: on
line diff
--- a/rhodecode/templates/admin/repos/repo_add_create_repository.html	Sat Oct 09 01:11:44 2010 +0200
+++ b/rhodecode/templates/admin/repos/repo_add_create_repository.html	Sat Oct 09 01:38:10 2010 +0200
@@ -27,7 +27,7 @@
 	                <label for="repo_name">${_('Name')}:</label>
 	            </div>
 	            <div class="input">
-	                ${h.text('repo_name',c.new_repo)}
+	                ${h.text('repo_name',c.new_repo,class_="small")}
 	                ${h.hidden('user_created','True')}
 	            </div>
              </div>