design improve of form of key

This commit is contained in:
Valery Sizov 2012-03-22 00:09:53 +02:00
parent ce51525ec7
commit 039b6db483
2 changed files with 6 additions and 2 deletions

View file

@ -1004,3 +1004,7 @@ p.time {
line-height: 16px; line-height: 16px;
font-weight:bold; font-weight:bold;
} }
.thin_area{
height: 150px;
}

View file

@ -11,7 +11,7 @@
.input= f.text_field :title .input= f.text_field :title
.clearfix .clearfix
= f.label :key = f.label :key
.input= f.text_area :key, :class => "xlarge" .input= f.text_area :key, :class => [:xxlarge, :thin_area]
.actions .actions
= f.submit 'Save', :class => "primary btn" = f.submit 'Save', :class => "primary btn"
= link_to "Cancel", keys_path, :class => "btn" = link_to "Cancel", keys_path, :class => "btn"