diff --git a/frontend/views/accounts/contacts.php b/frontend/views/accounts/contacts.php
index 3c14981..9ed0ae8 100755
--- a/frontend/views/accounts/contacts.php
+++ b/frontend/views/accounts/contacts.php
@@ -7,41 +7,79 @@
use yii\helpers\Html;
use yii\widgets\ActiveForm;
- $this->title = 'Мой профиль';
+ $this->title = 'Контакты';
$this->params['breadcrumbs'][] = $this->title;
$user = \Yii::$app->user->identity;
?>
-
= $this->title ?>
-Будут видны всем
-= $this->title ?>Будут видны всем
+
+
+
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css
index 7340258..703e1bd 100755
--- a/frontend/web/css/style.css
+++ b/frontend/web/css/style.css
@@ -5504,4 +5504,18 @@ a.blog-new-link:hover{text-decoration: underline !important;}
display: block;
border: none;
outline: none;
+}
+.login-left-column-title-hint {
+ font-size: 13px;
+ color: #b7b7b7;
+ padding: 0;
+ margin: 0;
+ height: 21px;
+ line-height: 21px;
+ float: left;;padding-bottom: 23px;
+
+}
+.login-left-column-title span{float: left;display: block;padding-bottom: 23px}
+.admin-contacts-wr legend {
+ display: none;
}
\ No newline at end of file
--
libgit2 0.21.4