Commit 7f2c239cc238e3016fb3414552d0a8aec618ab24
1 parent
e6ace78f
Веталь
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -196,7 +196,8 @@ a.more_map{color:#99a5ad;border-bottom:1px dotted #99a5ad;text-decoration:none;f |
196 | 196 | |
197 | 197 | .loyout{padding:20px 0px;} |
198 | 198 | .leftbar{float:left;width:172px;margin-right: 20px; } |
199 | -.rightbar{float:right;width:380px;margin-left:40px;margin-right: 20px;} | |
199 | +.rightbar{float:right;width:380px;margin-left:40px;} | |
200 | +.rightbar.basket_rightbar{margin-right: 20px;} | |
200 | 201 | .rightbar2{float:right;width:320px;} |
201 | 202 | .content {overflow:hidden;min-height:500px;} |
202 | 203 | * html .content{height:1%;} |
... | ... | @@ -522,7 +523,7 @@ ul.social {margin-top: 20px;} |
522 | 523 | .pixbox{width:160px;margin:0 auto;height:200px;overflow: hidden;text-align: center;} |
523 | 524 | |
524 | 525 | |
525 | -.form-order{background:#f5f5f5;padding:10px;border:1px solid #d2d2d2;} | |
526 | +.form-order{background:#f5f5f5;padding:0 20px 20px 20px;} | |
526 | 527 | #order-payment{float:right;width:280px;} |
527 | 528 | #order-delivery{float:right;width:280px;} |
528 | 529 | ... | ... |