Commit 039b6db4 authored by Valery Sizov's avatar Valery Sizov

design improve of form of key

parent ce51525e
...@@ -1003,4 +1003,8 @@ p.time { ...@@ -1003,4 +1003,8 @@ p.time {
color: #999; color: #999;
line-height: 16px; line-height: 16px;
font-weight:bold; font-weight:bold;
} }
.thin_area{
height: 150px;
}
...@@ -11,7 +11,7 @@ ...@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment