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