partial #1503 - mobile fix

This commit is contained in:
Daniel Camargo 2013-08-10 15:26:56 -03:00
parent 34d97c4faa
commit 14af0d73e9
2 changed files with 12 additions and 4 deletions

View File

@ -122,7 +122,7 @@
</div>
</div>
</div>
<!-- menu -->
<div class="restaurant-items">
@ -153,8 +153,8 @@
<div class="restaurant-payment-div"></div>
<div class="is-closet main-content-readable" >
<div class="restaurant-closed" ng-show="!restaurant.open()">
<div class="is-closet main-content-readable" ng-show="!restaurant._open && order.loaded">
<div class="restaurant-closed">
<div class="restaurant-closed-icon"></div>
<div class="restaurant-closed-content">
<span class="restaurant-closed-title">
@ -170,7 +170,7 @@
</div>
<!-- payment and user info -->
<form class="payment-form main-content-readable" ng-show="order.loaded && order.cart.hasItems()">
<form class="payment-form main-content-readable" ng-show="order.loaded && order.cart.hasItems() && order.showForm">
<div ng-show="restaurant._open && order.showForm && order.cart.hasItems()">

View File

@ -980,6 +980,10 @@ html[xmlns] .clearfix {
@media only screen and (max-width : 1023px) {
.signin-box-header{
margin:0 10px 0 0 !important;
}
.order-begin{
margin-right: auto !important;
margin-left: auto !important;
@ -1103,6 +1107,7 @@ html[xmlns] .clearfix {
text-transform: none;
font-family: "Open Sans", "Droid Sans", "Helvetica", "Arial", sans-serif;
margin-top: 40px;
}
@ -1477,6 +1482,9 @@ html[xmlns] .clearfix {
height: 52px;
border-top: 1px solid #000;
}
.snap-content{
position: absolute;
}
.button-bottom {
margin-top: 5px;
width: 306px;