From b4b4598466b68c0cc97c14c25421b90925a31e37 Mon Sep 17 00:00:00 2001 From: yarik Date: Fri, 5 Aug 2016 12:18:40 +0300 Subject: [PATCH] Commit --- common/models/Feedback.php | 2 +- frontend/views/layouts/main.php | 4 ++-- frontend/web/css/style.css | 28 ++++++++++++++++++---------- frontend/web/images/logo.png | Bin 2435 -> 0 bytes 4 files changed, 21 insertions(+), 13 deletions(-) diff --git a/common/models/Feedback.php b/common/models/Feedback.php index 32f5c1b..9c58413 100755 --- a/common/models/Feedback.php +++ b/common/models/Feedback.php @@ -96,7 +96,7 @@ 'date_add' => Yii::t('app', 'Feedback date Add'), ]; } - + public function afterSave($insert, $changedAttributes) { parent::afterSave($insert, $changedAttributes); diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 3943760..367dd83 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -37,8 +37,8 @@
- -
Международная Федерация Проектантов
Engineers International Federation
+ +
Engineers International Federation*/ ?>
  • 'contactsLinkModalFirst' ]) ?> diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index a4736db..ac0b353 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -94,7 +94,7 @@ input, textarea { .section-box-4 { height: 474px; - background: #0074C1 url("/images/sect-bg-4.jpg") 50% 100% no-repeat; + background: #0074c1 url("/images/sect-bg-4.jpg") 50% 100% no-repeat; } .section-box-28 { @@ -170,6 +170,18 @@ input, textarea { height: 114px; } +.section-box.first-header .box-all a.new_logo { + float: left; + width: 393px; + height: 51px; + margin-top: 33px; +} + +.section-box.first-header .box-all a.new_logo img { + width: 100%; + height: 100%; +} + .section-box.menu-header-all { height: 41px; background: #0072bc; @@ -186,15 +198,8 @@ input, textarea { background: #757575; } -img.logo { - position: absolute; - top: 50%; - margin-top: -34px; - left: 10px; -} - .header-proektant-slogan { - width: 620px; + width: 227px; padding: 23px 0 0 120px; box-sizing: border-box; font-size: 22px; @@ -885,7 +890,8 @@ li.project-home-active span { } .federation-home-blocks-wr-blocks { - display: none; position: relative; + display: none; + position: relative; } .federation-home-blocks-wr-blocks:first-child { @@ -915,6 +921,7 @@ li.project-home-active span { padding: 0 27px; line-height: 20px; } + .federation-home-text-two { font-size: 15px; color: #fefefe; @@ -926,6 +933,7 @@ li.project-home-active span { /*max-height: 92px;*/ max-height: 111px; } + .new_txt_fed_home { font-size: 16px; text-align: center; diff --git a/frontend/web/images/logo.png b/frontend/web/images/logo.png index 8cccf91..f5fe6a4 100755 Binary files a/frontend/web/images/logo.png and b/frontend/web/images/logo.png differ -- libgit2 0.21.4