Skip to content

Commit

Permalink
design improve of form of key
Browse files Browse the repository at this point in the history
  • Loading branch information
vsizov committed Mar 21, 2012
1 parent ce51525 commit 039b6db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion app/assets/stylesheets/common.scss
Expand Up @@ -1003,4 +1003,8 @@ p.time {
color: #999;
line-height: 16px;
font-weight:bold;
}
}

.thin_area{
height: 150px;
}
2 changes: 1 addition & 1 deletion app/views/keys/_form.html.haml
Expand Up @@ -11,7 +11,7 @@
.input= f.text_field :title
.clearfix
= f.label :key
.input= f.text_area :key, :class => "xlarge"
.input= f.text_area :key, :class => [:xxlarge, :thin_area]
.actions
= f.submit 'Save', :class => "primary btn"
= link_to "Cancel", keys_path, :class => "btn"
Expand Down

0 comments on commit 039b6db

Please sign in to comment.