Commit 77041489ea36828e600fcda6537b1d57e03f7d03

Authored by Eugeny Galkovskiy
1 parent cc227873

кнопки1

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-&gt;title = &#39;My Yii Application&#39;;
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-&gt;title = &#39;My Yii Application&#39;;
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
... ... @@ -87,6 +87,8 @@
87 87 line-height: 18px;
88 88 background-position: 20px center;
89 89 background-repeat: no-repeat;
  90 + padding-left: 25px;
  91 + letter-spacing:0;
90 92 }
91 93 .button1.icon_stat{background-image: url(../img/icon_stat.png);}
92 94 .button1 span{
... ...