design improve of form of key
This commit is contained in:
parent
ce51525ec7
commit
039b6db483
|
@ -1004,3 +1004,7 @@ p.time {
|
|||
line-height: 16px;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.thin_area{
|
||||
height: 150px;
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue