Changeset - cee56368e4f9
[Not reviewed]
Andrew Shadura - 12 years ago 2014-01-12 17:29:02
andrew@shadura.me
old style: fix text areas in fork dialog

There's no textarea-repo style, so the entry box
isn't properly aligned.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/forks/fork.html
Show inline comments
 
@@ -40,7 +40,7 @@ ${self.repo_context_bar('createfork')}
 
                <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>
0 comments (0 inline, 0 general)