lil css style
This commit is contained in:
parent
7ac38b7a1e
commit
06e916743e
5 changed files with 17 additions and 10 deletions
|
@ -276,6 +276,9 @@ input.ssh_project_url {
|
|||
/** FORM INPUTS **/
|
||||
|
||||
.user_new,
|
||||
.new_key,
|
||||
.new_issue,
|
||||
.new_note,
|
||||
.edit_user,
|
||||
.new_project,
|
||||
.new_snippet,
|
||||
|
|
|
@ -8,10 +8,7 @@
|
|||
.span-8
|
||||
= f.label :title
|
||||
= f.text_area :title, :style => "width:450px; height:100px", :maxlength => 255
|
||||
-#.span-8
|
||||
-#= f.label :content
|
||||
-#= f.text_area :content, :style => "width:450px; height:130px"
|
||||
.span-8.append-bottom
|
||||
.span-8
|
||||
= f.label :assignee_id
|
||||
= f.select(:assignee_id, @project.users.all.collect {|p| [ p.name, p.id ] }, { :include_blank => "Select user" })
|
||||
.span-1
|
||||
|
|
|
@ -10,13 +10,16 @@
|
|||
|
||||
%div
|
||||
= f.label :note
|
||||
%cite
|
||||
%cite.cgray markdown supported
|
||||
%br
|
||||
%br
|
||||
= f.text_area :note, :size => 255
|
||||
|
||||
|
||||
%div.attach_holder
|
||||
%br
|
||||
= f.label :attachment
|
||||
%cite (less than 10 MB)
|
||||
%cite.cgray (less than 10 MB)
|
||||
%br
|
||||
%br
|
||||
= f.file_field :attachment
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue