field($modelOrder,'body')->textarea(['rows'=>7]); ?>
'submit4')); ?>
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css
index 6ce02bd..a24f5fb 100755
--- a/frontend/web/css/style.css
+++ b/frontend/web/css/style.css
@@ -119,29 +119,44 @@ a.myorders{color:#f75d50}
strike, strike span#old_cost{font-size:14px; color: #333}
-.submit4m, a.link_buy {
+.submit4m, a.link_buy, .checkout_basket button {
background: #95ba2f;
border-radius:4px;
height: 29px;
-}
-a.link_buy {
+ text-transform: uppercase;
+ color:#ffffff;
+ text-decoration:none;
+ font-weight:600;
+ text-align:center;
+ border-bottom: 3px solid #799920;
font-size: 12px;
+}
+a.link_buy, .checkout_basket button {
+
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 {
+.checkout_basket button{
+ margin: 0;
+ padding: 0 20px;
+ line-height: 31px;
+ width: auto;
+ border-top: 0;
+ border-left: 0;
+ border-right: 0;
+ cursor: pointer;
+}
+a.link_buy:hover, .submit4m:hover, .checkout_basket button:hover {
border-bottom: 3px solid #95ba2f;;
}
-a.link_buy:active, .submit4m:active {
+a.link_buy:active, .submit4m:active,.checkout_basket button:active {
background: #799920;
border-bottom: 3px solid #799920;
+
}
+.checkout_basket button: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;}
@@ -354,8 +369,8 @@ a.del:hover{color:#a52828;text-decoration: underline;}
.total{text-align:right;color:#87476a;font-size:20px;margin:10px 0px;}
-.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;}
+/*.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: 29px; border-bottom: 3px solid #799920; line-height: 29px;}
.submit4m:active,.submit4m:focus {outline: none}
@@ -1400,4 +1415,11 @@ input.custom-radio + label:hover {
margin-top: 7px;
}
.custom-form-buttons:first-child {margin-top: 0}
-.delivery-data .field-order-delivery-childs .control-label {display: none;}
\ No newline at end of file
+.delivery-data .field-order-delivery-childs .control-label {display: none;}
+.checkout_basket {
+ width: 100%;
+ float: left;
+}
+.checkout_basket button {
+ margin: 0 auto;
+}
--
libgit2 0.21.4