fixed design new issue form

This commit is contained in:
Valery Sizov 2012-02-15 00:33:26 +02:00
parent 3230577ce0
commit 65e4ad3147
2 changed files with 5 additions and 1 deletions

View file

@ -212,3 +212,7 @@ input.git_clone_url {
#issue_assignee_id { #issue_assignee_id {
width:300px; width:300px;
} }
#new_issue_dialog textarea{
height: 100px;
}

View file

@ -23,7 +23,7 @@
.clearfix .clearfix
= f.label :title = f.label :title
.input= f.text_area :title, :maxlength => 255, :class => "xlarge" .input= f.text_area :title, :maxlength => 255, :class => "xxlarge"
.actions .actions
= f.submit 'Save', :class => "primary btn" = f.submit 'Save', :class => "primary btn"