diff --git a/public/css/style_may2024.css b/public/css/style_may2024.css index 826d35d..bdc9796 100644 --- a/public/css/style_may2024.css +++ b/public/css/style_may2024.css @@ -8334,6 +8334,17 @@ main + .news { flex-direction: column; gap: 20px; } +.cabinet__inputs .cabinet__inputs_to_columns_wrap{ + display: flex; +} +.cabinet__inputs_to_columns_wrap .cabinet__inputs_to_column{ + width: 50%; + padding-right: 20px; +} +.cabinet__inputs_to_columns_wrap .cabinet__inputs-item{ + margin-bottom: 20px; + width: 100%; +} @media (min-width: 1280px) { .cabinet__inputs { -webkit-box-orient: horizontal; @@ -8377,6 +8388,14 @@ main + .news { padding: 0; } } +@media (max-width: 768px) { + .cabinet__inputs .cabinet__inputs_to_columns_wrap{ + display: block; + } + .cabinet__inputs_to_columns_wrap .cabinet__inputs_to_column{ + width: 100%; + } +} .cabinet__inputs-item.column-count-3{ width: calc(32% - 10px); } diff --git a/resources/views/workers/cabinet.blade.php b/resources/views/workers/cabinet.blade.php index a057a69..a709596 100644 --- a/resources/views/workers/cabinet.blade.php +++ b/resources/views/workers/cabinet.blade.php @@ -139,134 +139,150 @@

Основная информация

-
- -
- {{ $user->surname }} -
-
-
- -
- {{ $worker->visa_available }} +
+
+
+ +
+ {{ $user->surname }} +
+
+
+ +
+ {{ $user->name_man }} +
+
+
+ +
+ {{ $user->surname2 }} +
+
+
+ +
+ {{ $worker->old_year ?? '-' }} +
+
+
+ +
+ {{ $status_work[$worker->status_work] ?? '-' }} +
+
+
+ +
+ @if ($worker->job_titles->count()) + @foreach($worker->job_titles as $job_title) + {{ $job_title->name }} + @if (!$loop->last) / @endif + @endforeach + @endif +
+
+
+ +
+ {{ $worker->salary_expectations ?? '-' }} +
+
+
+ +
+ {{ $worker->english_level ?? '-' }} +
+
+
+ +
+ {{ $worker->ready_boart_date ?? '-' }} +
+
+
+ +
+ {{ $worker->boart_type_preference ?? '-' }} +
+
-
-
- -
- {{ $user->name_man }} -
-
-
- -
- {{ $worker->tanker_documents_available ?? '-' }} -
-
+
+
+ +
+ {{ $worker->visa_available }} +
+
-
- -
- {{ $user->surname2 }} -
-
-
- -
- {{ $worker->confirmation_work_for_vvp ?? '-' }} -
-
-
- -
- {{ $worker->old_year ?? '-' }} -
-
-
- -
- {{ $worker->military_id_available ?? '-' }} -
-
+
+ +
+ {{ $worker->tanker_documents_available ?? '-' }} +
+
-
- -
- {{ $status_work[$worker->status_work] ?? '-' }} -
-
-
- -
- {{ $worker->city ?? '-' }} -
-
-
- -
- @if ($worker->job_titles->count()) - @foreach($worker->job_titles as $job_title) - {{ $job_title->name }} - @if (!$loop->last) / @endif - @endforeach - @endif -
-
-
- -
- {{ $worker->telephone ?? '-' }} -
-
+
+ +
+ {{ $worker->confirmation_work_for_vvp ?? '-' }} +
+
-
- -
- {{ $worker->salary_expectations ?? '-' }} -
-
-
- -
- {{ $worker->email ?? '-' }} -
-
-
- -
- {{ $worker->english_level ?? '-' }} -
-
-
- -
- {{ $worker->telephon2 ?? '-' }} -
-
+
+ +
+ {{ $worker->military_id_available ?? '-' }} +
+
-
- -
- {{ $worker->ready_boart_date ?? '-' }} -
-
-
-
- -
- {{ $worker->boart_type_preference ?? '-' }} +
+ +
+ {{ $worker->city ?? '-' }} +
+
+ + +
+ +
+ {{ $worker->telephone ?? '-' }} +
+
+ + +
+ +
+ {{ $worker->email ?? '-' }} +
+
+ + +
+ +
+ {{ $worker->telephon2 ?? '-' }} +
+
+ + + +
+

О себе

+
{{ $worker->text }}
+
-
-

О себе

-
{{ $worker->text }}
-
+ +
Редактировать основную информацию