Commit e5b774cd5379da70473e42cf211ccbae393b5325
1 parent
fb22bd5d
company send button
Showing
2 changed files
with
9 additions
and
0 deletions
Show diff stats
frontend/views/layouts/company.php
| ... | ... | @@ -33,6 +33,9 @@ |
| 33 | 33 | // Конец формы "оставить заявку" |
| 34 | 34 | if(!empty( \Yii::$app->user->identity )) { |
| 35 | 35 | ?> |
| 36 | + <script> | |
| 37 | + $(".company_send_message").addClass("withfav"); | |
| 38 | + </script> | |
| 36 | 39 | <div class="performance-vacancy-add-favorite"> |
| 37 | 40 | <?php |
| 38 | 41 | if($this->params[ 'company' ]->isBookmarked) { | ... | ... |
frontend/web/css/style.css
| ... | ... | @@ -12690,4 +12690,10 @@ li.active-menu-admin:hover a .ico_num { |
| 12690 | 12690 | |
| 12691 | 12691 | .company_send_message a::after{ |
| 12692 | 12692 | background: url(/images/blog/ico-buttons-3.png) no-repeat; |
| 12693 | +} | |
| 12694 | + | |
| 12695 | +.company_send_message.withfav{ | |
| 12696 | + position: absolute; | |
| 12697 | + bottom: 30px; | |
| 12698 | + right: 315px; | |
| 12693 | 12699 | } |
| 12694 | 12700 | \ No newline at end of file | ... | ... |