OSDN Git Service

fixed design new issue form
authorValery Sizov <vsv2711@gmail.com>
Tue, 14 Feb 2012 22:33:26 +0000 (00:33 +0200)
committerValery Sizov <vsv2711@gmail.com>
Tue, 14 Feb 2012 22:33:54 +0000 (00:33 +0200)
app/assets/stylesheets/projects.css.scss
app/views/issues/_form.html.haml

index 79a9045..d12143a 100644 (file)
@@ -212,3 +212,7 @@ input.git_clone_url {
 #issue_assignee_id {
   width:300px;
 }
+
+#new_issue_dialog textarea{
+    height: 100px;
+}
index 555a51a..3b37919 100644 (file)
@@ -23,7 +23,7 @@
 
     .clearfix
       = f.label :title
-      .input= f.text_area :title, :maxlength => 255, :class => "xlarge"
+      .input= f.text_area :title, :maxlength => 255, :class => "xxlarge"
     .actions
       = f.submit 'Save', :class => "primary btn"