Commit fd20ed0f9f807bd40131b75f49d00111659cd080
1 parent
01bcfd6c
Веталь
Showing
1 changed file
with
8 additions
and
8 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -123,10 +123,10 @@ a.link_buy{font-size: 12px; display:block;margin:0 auto 10px auto;width:122px;he |
123 | 123 | border-radius: 4px; |
124 | 124 | border-bottom: 3px solid #799920; |
125 | 125 | } |
126 | -a.link_buy:hover { | |
126 | +a.link_buy:hover, .submit4m:hover { | |
127 | 127 | border-bottom: 3px solid #95ba2f;; |
128 | 128 | } |
129 | -a.link_buy:active { | |
129 | +a.link_buy:active, .submit4m:active { | |
130 | 130 | background: #799920; |
131 | 131 | border-bottom: 3px solid #799920; |
132 | 132 | } |
... | ... | @@ -213,7 +213,7 @@ a.more_map{color:#99a5ad;border-bottom:1px dotted #99a5ad;text-decoration:none;f |
213 | 213 | |
214 | 214 | .productLeftBar{float:left;width:228px;margin-left:20px;margin-right:20px;} |
215 | 215 | .productRightBar{float:right;width:260px;margin:0 20px;} |
216 | -.productLeftBar h1{font-size:27px;border-bottom:1px solid #d2d2d2;margin-bottom:10px;} | |
216 | +.productLeftBar h1{font-size:24px;border-bottom:1px solid #d2d2d2;margin-bottom:10px;} | |
217 | 217 | |
218 | 218 | ul.product_mod{list-style:none;margin:10px 0 0 0;padding:0; float: left;} |
219 | 219 | ul.product_mod li{ |
... | ... | @@ -272,7 +272,7 @@ ul.product_colors li img{ |
272 | 272 | max-height: 98px; |
273 | 273 | vertical-align: middle; |
274 | 274 | } |
275 | -.productLeftBar .begin{text-transform: uppercase;font-weight:bold;} | |
275 | +.productLeftBar .begin{text-transform: uppercase;font-weight:bold; font-size: 12px;} | |
276 | 276 | |
277 | 277 | .cost_box{border-top:1px solid #d2d2d2;border-bottom:1px solid #d2d2d2;margin:10px 0px;padding:10px 0px;} |
278 | 278 | .cost_box .w{float:left;margin-right:20px;padding-top:5px;} |
... | ... | @@ -284,7 +284,7 @@ ul.product_colors li img{ |
284 | 284 | .product_service ul li.item3{background:url('../img/li3.png') left no-repeat;padding:3px 23px;} |
285 | 285 | |
286 | 286 | #nav_product{list-style:none;margin:0px;padding:0px;line-height:23px;} |
287 | -#nav_product li a{background:url('../img/li_plus.png') left no-repeat;padding:3px 15px;color:#000000;text-transform: uppercase;text-decoration:none;font-weight:bold;} | |
287 | +#nav_product li a{background:url('../img/li_plus.png') left no-repeat;padding:3px 15px;color:#000000;text-transform: uppercase;text-decoration:none;font-weight:bold; font-size: 12px;} | |
288 | 288 | #nav_product li a.active{background:url('../img/li_minus.png') left no-repeat;} |
289 | 289 | #nav_product li .info{display:none;border-bottom:1px solid #d2d2d2;padding:10px 0px;margin-bottom:10px;} |
290 | 290 | |
... | ... | @@ -341,11 +341,11 @@ a.del:hover{color:#a52828;text-decoration: underline;} |
341 | 341 | |
342 | 342 | .total{text-align:right;color:#87476a;font-size:20px;margin:10px 0px;} |
343 | 343 | |
344 | -.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;font-weight:bold;cursor:pointer;} | |
344 | +.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;} | |
345 | 345 | .submit4:hover{background:#f75d50;} |
346 | 346 | |
347 | -.submit4m{border:none;padding:8px 13px;background:#95ba2f;border-radius:5px;color:#ffffff;text-transform: uppercase;text-decoration:none;font-size:12px;font-weight:bold;cursor:pointer;} | |
348 | -.submit4m:hover{background:#f75d50;} | |
347 | +.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;} | |
348 | +.submit4m:active,.submit4m:focus {outline: none} | |
349 | 349 | |
350 | 350 | .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;} |
351 | 351 | .btn-primary:hover{background:#f75d50;} | ... | ... |