Commit 4aa696e9f8cb7e05277193d523c6d802e489cc9a
1 parent
3fae8e76
Веталь
Showing
2 changed files
with
26 additions
and
7 deletions
Show diff stats
frontend/views/layouts/main.php
frontend/web/css/style.css
... | ... | @@ -150,10 +150,10 @@ a.link_buy, .checkout_basket button { |
150 | 150 | border-right: 0; |
151 | 151 | cursor: pointer; |
152 | 152 | } |
153 | -a.link_buy:hover, .submit4m:hover, .checkout_basket button:hover, .submit4:hover { | |
153 | +a.link_buy:hover, .submit4m:hover, .checkout_basket button:hover, .submit4:hover, .btn-primary:hover { | |
154 | 154 | border-bottom: 3px solid #95ba2f;; |
155 | 155 | } |
156 | -a.link_buy:active, .submit4m:active,.checkout_basket button:active, .submit4:active { | |
156 | +a.link_buy:active, .submit4m:active,.checkout_basket button:active, .submit4:active, .btn-primary:active { | |
157 | 157 | background: #799920; |
158 | 158 | border-bottom: 3px solid #799920; |
159 | 159 | |
... | ... | @@ -377,8 +377,23 @@ a.del:hover{color:#a52828;text-decoration: underline;} |
377 | 377 | .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;} |
378 | 378 | .submit4m:active,.submit4m:focus {outline: none} |
379 | 379 | |
380 | -.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;} | |
381 | -.btn-primary:hover{background:#f75d50;} | |
380 | +.btn-primary{ | |
381 | + border-bottom: 3px solid #799920; | |
382 | + border-top:0;border-right: 0;border-left: 0; | |
383 | + margin-top:5px; | |
384 | + padding:0 15px; | |
385 | + background:#95ba2f; | |
386 | + border-radius:4px; | |
387 | + color:#ffffff; | |
388 | + text-transform: uppercase; | |
389 | + text-decoration:none; | |
390 | + font-size:12px; | |
391 | + font-weight:bold; | |
392 | + cursor:pointer; | |
393 | + height: 29px; | |
394 | + line-height: 29px; | |
395 | +} | |
396 | +.btn-primary:active, .btn-primary:focus {outline: none;} | |
382 | 397 | |
383 | 398 | a.logout:visited,a.logout:link{border:none;padding:3px 5px;background:#f75d50;border-radius:5px;color:#ffffff;text-transform: uppercase;text-decoration:none;font-size:11px;font-weight:normal;cursor:pointer;} |
384 | 399 | a.logout:hover{background:#95ba2f;} |
... | ... | @@ -1304,8 +1319,6 @@ ul.product-special li.promo:after { |
1304 | 1319 | padding-bottom: 15px; |
1305 | 1320 | } |
1306 | 1321 | #login-form .btn-primary { |
1307 | - padding: 0 13px; | |
1308 | - height: 28px; | |
1309 | 1322 | } |
1310 | 1323 | .field-orders-delivery .control-label, .field-orders-payment .control-label, .field-orders-body .control-label, .textareagroup .control-label { |
1311 | 1324 | width: 100%; |
... | ... | @@ -1483,3 +1496,7 @@ input.custom-radio + label:hover { |
1483 | 1496 | vertical-align: middle; |
1484 | 1497 | } |
1485 | 1498 | .jcarousel-skin-tango>li{display: none;} |
1499 | +#login-form { | |
1500 | + margin: 50px auto 0 auto; | |
1501 | +} | |
1502 | +.wrapper_all {} | |
1486 | 1503 | \ No newline at end of file | ... | ... |