few styling for buttons

This commit is contained in:
Dmitriy Zaporozhets 2013-01-29 22:57:15 +02:00
parent fb617c61b9
commit 7ba4f2dcfa
4 changed files with 12 additions and 5 deletions

View file

@ -10,7 +10,7 @@
.input
= f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
 
= f.submit 'Create group', class: "btn btn-primary"
= f.submit 'Create group', class: "btn btn-create"
%hr
.padded
%ul

View file

@ -10,7 +10,7 @@
.input
= f.text_field :name, placeholder: "Ex. Ruby Developers", class: "xxlarge left"
 
= f.submit 'Create team', class: "btn btn-primary"
= f.submit 'Create team', class: "btn btn-create"
%hr
.padded
%ul