Commit 77041489ea36828e600fcda6537b1d57e03f7d03
1 parent
cc227873
кнопки1
Showing
2 changed files
with
8 additions
and
2 deletions
Show diff stats
frontend/views/site/index.php
| @@ -240,7 +240,7 @@ $this->title = 'My Yii Application'; | @@ -240,7 +240,7 @@ $this->title = 'My Yii Application'; | ||
| 240 | </div> | 240 | </div> |
| 241 | <div class="row"> | 241 | <div class="row"> |
| 242 | <div class="col-md-12" style="text-align:center;"> | 242 | <div class="col-md-12" style="text-align:center;"> |
| 243 | - <a href="#" class="button1 icon_stat">Замовити <span>консультацію</span></a> | 243 | + <a href="#" class="btn button1 icon_stat">Замовити <span>консультацію</span></a> |
| 244 | </div> | 244 | </div> |
| 245 | </div> | 245 | </div> |
| 246 | </div> | 246 | </div> |
| @@ -276,6 +276,10 @@ $this->title = 'My Yii Application'; | @@ -276,6 +276,10 @@ $this->title = 'My Yii Application'; | ||
| 276 | <a href="#" class="open_gal" id="gal01"> | 276 | <a href="#" class="open_gal" id="gal01"> |
| 277 | <p class="pr_title">Освітлення Харківського шосе</p> | 277 | <p class="pr_title">Освітлення Харківського шосе</p> |
| 278 | <div class="pr_cover"><img src="../img/pic02.jpg"></div> | 278 | <div class="pr_cover"><img src="../img/pic02.jpg"></div> |
| 279 | + <div class="buttons text-right row"> | ||
| 280 | + <a href="#">1</a> | ||
| 281 | + <a href="#">2</a> | ||
| 282 | + </div> | ||
| 279 | </a> | 283 | </a> |
| 280 | </div> | 284 | </div> |
| 281 | <div class="col-md-12 row project-right"> | 285 | <div class="col-md-12 row project-right"> |
| @@ -429,7 +433,7 @@ $this->title = 'My Yii Application'; | @@ -429,7 +433,7 @@ $this->title = 'My Yii Application'; | ||
| 429 | <p class="text-center">Або звернутись до нас та</p> | 433 | <p class="text-center">Або звернутись до нас та</p> |
| 430 | </div> | 434 | </div> |
| 431 | <div class="col-md-12" style="text-align:center;"> | 435 | <div class="col-md-12" style="text-align:center;"> |
| 432 | - <a href="#" class="button1 icon_stat">Замовити <span>електростанцію</span></a> | 436 | + <a href="#" class="btn button1 icon_stat" data-toggle="modal" data-target="#feedback-modal">Замовити <span>електростанцію</span></a> |
| 433 | </div> | 437 | </div> |
| 434 | </div> | 438 | </div> |
| 435 | </div> | 439 | </div> |
frontend/web/css/style.css
| @@ -87,6 +87,8 @@ | @@ -87,6 +87,8 @@ | ||
| 87 | line-height: 18px; | 87 | line-height: 18px; |
| 88 | background-position: 20px center; | 88 | background-position: 20px center; |
| 89 | background-repeat: no-repeat; | 89 | background-repeat: no-repeat; |
| 90 | + padding-left: 25px; | ||
| 91 | + letter-spacing:0; | ||
| 90 | } | 92 | } |
| 91 | .button1.icon_stat{background-image: url(../img/icon_stat.png);} | 93 | .button1.icon_stat{background-image: url(../img/icon_stat.png);} |
| 92 | .button1 span{ | 94 | .button1 span{ |