Commit ebc2fc3ed763d2e40f714b1583c9d023ef38d195

Authored by Виталий
1 parent 877ea4b2

git

frontend/views/search/_customer_list_view.php
... ... @@ -30,7 +30,7 @@
30 30 ?>
31 31 </div>
32 32 <div class="search_perform-stars-wr">
33   - <div>
  33 +
34 34 <?php
35 35 if($rating = $model->userInfo->rating) {
36 36 echo StarRating::widget([
... ... @@ -52,7 +52,7 @@
52 52 ]);
53 53 }
54 54 ?>
55   - </div>
  55 +
56 56 <div class="search_perform-stars-txt">
57 57 <?= count($model->comments) ?> отзывов
58 58 <?php
... ...
frontend/views/tender/view.php
... ... @@ -339,6 +339,7 @@
339 339 tabs_();
340 340 inputNumber();
341 341 tenderMark();
  342 + submitForm();
342 343 function inputNumber()
343 344 {
344 345 $("#commentproject-budget_from, #commentproject-budget_to, #commentproject-term_from, #commentproject-term_to")
... ... @@ -404,6 +405,11 @@
404 405 }
405 406 }
406 407 )
  408 + function submitForm() {
  409 + $('.input-blocks-comm-button button').click(function () {
  410 + console.log('fdf')
  411 + })
  412 + }
407 413  
408 414 }
409 415  
... ...
frontend/web/css/style.css
... ... @@ -6760,6 +6760,13 @@ input[disabled], select[disabled] {
6760 6760 width: 480px;float: left;
6761 6761 }
6762 6762 .search_perform_title {line-height: 15px}
  6763 +.search_perform_title a {
  6764 + text-decoration: none;
  6765 + color: inherit;
  6766 +}
  6767 +.search_perform_title a:hover {
  6768 + text-decoration: underline;
  6769 +}
6763 6770 .search_perform_title, .search_perform_leng {
6764 6771 font-size: 18px;
6765 6772 }
... ... @@ -6772,7 +6779,7 @@ input[disabled], select[disabled] {
6772 6779 .search_perform_visit, .search_perform_projets_nam a {
6773 6780 font-size: 13px;
6774 6781 }
6775   -.search_perform_visit span, .search_perform_projets_nam a {font-weight: 700}
  6782 +.search_perform_visit span {font-weight: 700}
6776 6783 .search_perform-stars-txt {line-height: 34px; float: left; margin-left: 10px}
6777 6784 .search_perform_projets_nam {margin-top: 15px;}
6778 6785 .rating_search_performer {float: left}
... ... @@ -8139,4 +8146,11 @@ li.active-menu-admin:hover a .ico_num {
8139 8146 text-align: right;
8140 8147 width: 180px;
8141 8148 }
8142   -.left-search-work .select-after {display: none}
8143 8149 \ No newline at end of file
  8150 +.left-search-work .select-after {display: none}
  8151 +.search_perform-stars-wr .rating-container {
  8152 + width: 90px;
  8153 + float: left;
  8154 + height: 34px;
  8155 + box-sizing: border-box;
  8156 + padding-top: 8px;
  8157 +}
8144 8158 \ No newline at end of file
... ...