Branches pages polished. few css improvements

This commit is contained in:
Dmitriy Zaporozhets 2012-05-18 00:23:18 +03:00
parent 2b319d0496
commit 02dc256514
10 changed files with 51 additions and 20 deletions

View file

@ -19,7 +19,7 @@
.input= f.select :expires_at, lifetime_select_options, {}, :style => "width:200px;"
.clearfix
= f.label :content, "Code"
= f.text_area :content, :class => "xxlarge"
.input= f.text_area :content, :class => "span8"
.actions
= f.submit 'Save', :class => "primary btn"