address entry looks bearable on mobile now

This commit is contained in:
Senad Uka
2015-07-05 13:44:38 +02:00
parent 96a2fba535
commit 246a587c92
3 changed files with 24 additions and 19 deletions

View File

@@ -21,7 +21,7 @@ var CheckoutPage = React.createClass({
var content = ( var content = (
<div className="checkout-page center"> <div className="checkout-page center">
<div className="form-horizontal"> <div className="form-horizontal checkout_form_margin">
<fieldset> <fieldset>
<legend>Dostava</legend> <legend>Dostava</legend>
<div className="form-group "> <div className="form-group ">

View File

@@ -0,0 +1,5 @@
.checkout_form_margin {
margin-right: 10px !important;
margin-left: 10px !important;
}

File diff suppressed because one or more lines are too long