changeset 4155:cee56368e4f9 rhodecode-2.2.5-gpl

old style: fix text areas in fork dialog There's no textarea-repo style, so the entry box isn't properly aligned.
author Andrew Shadura <andrew@shadura.me>
date Sun, 12 Jan 2014 17:29:02 +0100
parents a298c1770d8d
children 555a351a671c
files rhodecode/templates/forks/fork.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/forks/fork.html	Wed Jul 02 19:03:24 2014 -0400
+++ b/rhodecode/templates/forks/fork.html	Sun Jan 12 17:29:02 2014 +0100
@@ -40,7 +40,7 @@
                 <div class="label label-textarea">
                     <label for="description">${_('Description')}:</label>
                 </div>
-                <div class="textarea-repo editor">
+                <div class="textarea editor">
                     ${h.textarea('description')}
                     <span class="help-block">${_('Keep it short and to the point. Use a README file for longer descriptions.')}</span>
                 </div>