diff rhodecode/templates/admin/repos/repo_edit.html @ 703:9c1ed03ef5db beta

Small templates update
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 17 Nov 2010 21:23:32 +0100
parents 52da7cba88a6
children b9bbc0d6e9f3
line wrap: on
line diff
--- a/rhodecode/templates/admin/repos/repo_edit.html	Tue Nov 16 18:36:39 2010 +0100
+++ b/rhodecode/templates/admin/repos/repo_edit.html	Wed Nov 17 21:23:32 2010 +0100
@@ -31,7 +31,7 @@
                 <div class="label">
                     <label for="repo_name">${_('Name')}:</label>
                 </div>
-                <div class="input input-medium">
+                <div class="input">
                     ${h.text('repo_name',class_="medium")}
                 </div>
              </div>