lil css style

This commit is contained in:
Dmitriy Zaporozhets 2011-11-07 00:24:09 +02:00
parent 7ac38b7a1e
commit 06e916743e
5 changed files with 17 additions and 10 deletions

View file

@ -276,6 +276,9 @@ input.ssh_project_url {
/** FORM INPUTS **/
.user_new,
.new_key,
.new_issue,
.new_note,
.edit_user,
.new_project,
.new_snippet,

View file

@ -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

View file

@ -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