Commit 265c7aa076f0d8b9e3661135563309ea81b2301b
1 parent
7c95c2a1
новинка
Showing
3 changed files
with
21 additions
and
0 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -474,6 +474,7 @@ |
474 | 474 | </footer> |
475 | 475 | |
476 | 476 | <div class="btn-fixeds fixed-events"><a href="/event/main">акции</a></div> |
477 | + <div class="btn-fixeds fixed-events btns_trio-link"><a href="/catalog/lyustry-i-potolochnoe-osveshchenie">Новинка<b></b></a></div> | |
477 | 478 | <!--<div class="btn-fixeds fixed-sale"><a href="/event">Распродажа</a></div>--> |
478 | 479 | |
479 | 480 | <table border="0" cellspacing="0" cellpadding="0" class="reqsBox"></table> | ... | ... |
frontend/web/css/css_header.css
... | ... | @@ -8255,6 +8255,26 @@ footer .content-title { |
8255 | 8255 | color: #01974a |
8256 | 8256 | } |
8257 | 8257 | |
8258 | +.btns_trio-link { | |
8259 | + right: auto; | |
8260 | + left: 40px; | |
8261 | +} | |
8262 | +.btns_trio-link a { | |
8263 | + text-align: left; | |
8264 | + padding-left: 20px; | |
8265 | +} | |
8266 | +.btns_trio-link a b { | |
8267 | + background: url(../images/trio-min.png) 0 50% no-repeat; | |
8268 | + width: 32px; | |
8269 | + height: 41px; | |
8270 | + position: absolute; | |
8271 | + top: 0; | |
8272 | + right: 20px; | |
8273 | +} | |
8274 | + | |
8275 | + | |
8276 | + | |
8277 | + | |
8258 | 8278 | .brbeadcrumbs-wr { |
8259 | 8279 | height: 83px; |
8260 | 8280 | line-height: 83px | ... | ... |
1.61 KB