Commit 039b6db483fff2aaeaa19a46018232626e6a0eba
1 parent
ce51525e
Exists in
master
and in
4 other branches
design improve of form of key
Showing
2 changed files
with
6 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/common.scss
app/views/keys/_form.html.haml
@@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
11 | .input= f.text_field :title | 11 | .input= f.text_field :title |
12 | .clearfix | 12 | .clearfix |
13 | = f.label :key | 13 | = f.label :key |
14 | - .input= f.text_area :key, :class => "xlarge" | 14 | + .input= f.text_area :key, :class => [:xxlarge, :thin_area] |
15 | .actions | 15 | .actions |
16 | = f.submit 'Save', :class => "primary btn" | 16 | = f.submit 'Save', :class => "primary btn" |
17 | = link_to "Cancel", keys_path, :class => "btn" | 17 | = link_to "Cancel", keys_path, :class => "btn" |