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 | 240 | </div> |
241 | 241 | <div class="row"> |
242 | 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 | 244 | </div> |
245 | 245 | </div> |
246 | 246 | </div> |
... | ... | @@ -276,6 +276,10 @@ $this->title = 'My Yii Application'; |
276 | 276 | <a href="#" class="open_gal" id="gal01"> |
277 | 277 | <p class="pr_title">Освітлення Харківського шосе</p> |
278 | 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 | 283 | </a> |
280 | 284 | </div> |
281 | 285 | <div class="col-md-12 row project-right"> |
... | ... | @@ -429,7 +433,7 @@ $this->title = 'My Yii Application'; |
429 | 433 | <p class="text-center">Або звернутись до нас та</p> |
430 | 434 | </div> |
431 | 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 | 437 | </div> |
434 | 438 | </div> |
435 | 439 | </div> | ... | ... |
frontend/web/css/style.css