From e5b774cd5379da70473e42cf211ccbae393b5325 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 11 Nov 2016 15:14:32 +0200 Subject: [PATCH] company send button --- frontend/views/layouts/company.php | 3 +++ frontend/web/css/style.css | 6 ++++++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/frontend/views/layouts/company.php b/frontend/views/layouts/company.php index 40e7c92..af8d61a 100755 --- a/frontend/views/layouts/company.php +++ b/frontend/views/layouts/company.php @@ -33,6 +33,9 @@ // Конец формы "оставить заявку" if(!empty( \Yii::$app->user->identity )) { ?> +
params[ 'company' ]->isBookmarked) { diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 08abb1a..bb4dd14 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -12690,4 +12690,10 @@ li.active-menu-admin:hover a .ico_num { .company_send_message a::after{ background: url(/images/blog/ico-buttons-3.png) no-repeat; +} + +.company_send_message.withfav{ + position: absolute; + bottom: 30px; + right: 315px; } \ No newline at end of file -- libgit2 0.21.4