add container
This commit is contained in:
parent
70826a52ca
commit
bb6e89d7f1
@ -31,7 +31,9 @@
|
||||
=f.hidden_field :price_document_type_id
|
||||
|
||||
|
||||
%center= f.input :public_fournisseur_name, :label => "Nom de votre société :"
|
||||
%center
|
||||
.small-container
|
||||
= f.input :public_fournisseur_name, :label => "Nom de votre société :"
|
||||
|
||||
|
||||
%p{:style => "text-align:center;font-size:1.2em;"}
|
||||
@ -50,7 +52,10 @@
|
||||
=f.submit "sauvegarder", :class => "btn btn-primary"
|
||||
|
||||
|
||||
|
||||
:scss
|
||||
.small-container{
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user