diff --git a/frontend/views/basket/index.php b/frontend/views/basket/index.php
index ce4b817..4b9663a 100755
--- a/frontend/views/basket/index.php
+++ b/frontend/views/basket/index.php
@@ -159,7 +159,10 @@ $('#orders-delivery input[type=\"radio\"]').click(function(){
-"update",'class'=>'submit4 fl')); ?>
+
+ "update",'class'=>'submit4 fl ')); ?>
+
+
= $form->field($modelOrder, 'total')->hiddenInput(['value'=>$modelOrder->getSumCost()])->label(false); ?>
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css
index a24f5fb..13f0583 100755
--- a/frontend/web/css/style.css
+++ b/frontend/web/css/style.css
@@ -119,7 +119,7 @@ a.myorders{color:#f75d50}
strike, strike span#old_cost{font-size:14px; color: #333}
-.submit4m, a.link_buy, .checkout_basket button {
+.submit4m, a.link_buy, .checkout_basket button, .submit4 {
background: #95ba2f;
border-radius:4px;
height: 29px;
@@ -131,6 +131,8 @@ strike, strike span#old_cost{font-size:14px; color: #333}
border-bottom: 3px solid #799920;
font-size: 12px;
}
+.submit4.bottom3 {font-size: 12px !important;display: block;}
+.basket .submit4.bottom3 {font-size: 12px !important;display: block; margin-top: 10px;}
a.link_buy, .checkout_basket button {
display:block;
@@ -138,7 +140,7 @@ a.link_buy, .checkout_basket button {
width:122px;
line-height:32px;
}
-.checkout_basket button{
+.checkout_basket button, .submit4{
margin: 0;
padding: 0 20px;
line-height: 31px;
@@ -148,15 +150,15 @@ a.link_buy, .checkout_basket button {
border-right: 0;
cursor: pointer;
}
-a.link_buy:hover, .submit4m:hover, .checkout_basket button:hover {
+a.link_buy:hover, .submit4m:hover, .checkout_basket button:hover, .submit4:hover {
border-bottom: 3px solid #95ba2f;;
}
-a.link_buy:active, .submit4m:active,.checkout_basket button:active {
+a.link_buy:active, .submit4m:active,.checkout_basket button:active, .submit4:active {
background: #799920;
border-bottom: 3px solid #799920;
}
-.checkout_basket button:focus { outline: none;}
+.checkout_basket button:focus, .submit4:focus { outline: none;}
.mycarousel{position:absolute;right:0;top:13px;}
ul.mycarousel{list-style:none;margin:0px;padding:0px;}
ul.mycarousel li{margin:0px;padding:0px;}
@@ -628,8 +630,8 @@ ul.social {margin-top: 20px;}
.content_area{width:450px;}
-.bottom3{border-top:3px solid #95ba2f !important;border-bottom:3px solid #799920 !important; float:left;font-size:15px;}
-.bottom3:hover{border-top:3px solid #f75d50 !important;border-bottom:3px solid #c33327 !important;}
+/*.bottom3{border-top:3px solid #95ba2f !important;border-bottom:3px solid #799920 !important; float:left;font-size:15px;}*/
+/*.bottom3:hover{border-top:3px solid #f75d50 !important;border-bottom:3px solid #c33327 !important;}*/
#cancel{text-decoration:none;color:#799920;font-size:13px;border-bottom:1px dotted #799920;float:left;margin-left:40px;}
.buttons{
--
libgit2 0.21.4