diff --git a/frontend/views/basket/index.php b/frontend/views/basket/index.php index 5731aa4..e1749e7 100755 --- a/frontend/views/basket/index.php +++ b/frontend/views/basket/index.php @@ -38,7 +38,7 @@ $('#order-delivery input[type=\"radio\"]').click(function(){
-

Корзина

+

Корзина

'btn-success']) ?> false]); ?> diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 56f5a7a..62431d8 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -109,7 +109,8 @@ a.myorders{color:#f75d50} } .products ul{list-style:none;margin:0;padding:0;} .products ul li.item{float:left;width:192px;margin:0 0 50px 0;text-align:center;position:relative;} -.products ul li a.name{display:block;color:#333;font-size: 15px;text-decoration:none;margin:15px 0 0 0;height:35px;overflow: hidden; box-sizing: border-box;padding: 0 10px;} +.products ul li a.name{display:block;color:#799920;font-size: 15px;text-decoration:none;margin:15px 0 0 0;height:35px;overflow: hidden; box-sizing: border-box;padding: 0 10px;} +.products ul li a.name:hover {text-decoration: underline} .products ul li .info{text-align: left;} .pn{border:none;} @@ -118,9 +119,20 @@ a.myorders{color:#f75d50} strike, strike span#old_cost{font-size:14px; color: #333} -a.link_buy{font-size: 12px; display:block;margin:0 auto 10px auto;width:122px;height:29px;line-height:32px;text-transform: uppercase;color:#ffffff;text-decoration:none;font-weight:600;text-align:center; +.submit4m, a.link_buy { background: #95ba2f; - border-radius: 4px; + border-radius:4px; + height: 29px; +} +a.link_buy { + font-size: 12px; + display:block; + margin:0 auto 10px auto; + width:122px; + line-height:32px; + text-transform: uppercase;color:#ffffff; + text-decoration:none;font-weight:600; + text-align:center; border-bottom: 3px solid #799920; } a.link_buy:hover, .submit4m:hover { @@ -208,7 +220,7 @@ a.more_map{color:#99a5ad;border-bottom:1px dotted #99a5ad;text-decoration:none;f margin: -6px 0 0 ; top: 50%; } -.filters ul li a{color:#8fa951;text-decoration:none; font-size: 13px; line-height: 16px;} +.filters ul li a{color:#464646;text-decoration:none; font-size: 13px; line-height: 16px;} .filters ul li a:hover{text-decoration:underline;} .productLeftBar{float:left;width:228px;margin-left:20px;margin-right:20px;} @@ -344,7 +356,7 @@ a.del:hover{color:#a52828;text-decoration: underline;} .submit4{margin-top:5px;border:none;padding:8px 13px;background:#95ba2f;border-radius:5px;color:#ffffff;text-transform: uppercase;text-decoration:none;font-size:14px;cursor:pointer;} .submit4:hover{background:#f75d50;} -.submit4m{font-family: Roboto;border:none;background:#95ba2f;border-radius:4px;color:#ffffff;text-transform: uppercase;font-size:10px;cursor:pointer; width:102px; height: 28px; border-bottom: 2px solid #799920; line-height: 28px;} +.submit4m {font-family: Roboto;border:none;background:#95ba2f;border-radius:4px;color:#ffffff;text-transform: uppercase;font-size:10px;cursor:pointer; width:102px; height: 29px; border-bottom: 3px solid #799920; line-height: 29px;} .submit4m:active,.submit4m:focus {outline: none} .btn-primary{margin-top:5px;border:none;padding:8px 13px;background:#95ba2f;border-radius:5px;color:#ffffff;text-transform: uppercase;text-decoration:none;font-size:14px;font-weight:bold;cursor:pointer;} @@ -1258,7 +1270,11 @@ ul.product-special li.promo:after { border-bottom: 1px solid #d2d2d2; padding-bottom: 15px; } -.field-orders-delivery .control-label { +#login-form .btn-primary { + padding: 0 13px; + height: 28px; +} +.field-orders-delivery .control-label, .field-orders-payment .control-label, .field-orders-body .control-label { width: 100%; float: left; } \ No newline at end of file -- libgit2 0.21.4