Commit 803325d58a076e1cccbb910c14baa82af6cd30c0
1 parent
d53e9f74
git
Showing
3 changed files
with
12 additions
and
5 deletions
Show diff stats
frontend/views/accounts/_job_form.php
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | ->textInput([ 'class' => 'custom-input-2' ]); ?> |
23 | 23 | </div> |
24 | 24 | </div> |
25 | - <div class="input-blocks-wrapper"> | |
25 | + <div class="input-blocks-wrapper hint-link"> | |
26 | 26 | <div class="input-blocks"> |
27 | 27 | <?= $form->field($model, '[' . $index . ']link') |
28 | 28 | ->label('Ссылка на компанию на сайте МФП') | ... | ... |
frontend/views/accounts/employment.php
... | ... | @@ -28,7 +28,7 @@ |
28 | 28 | </div> |
29 | 29 | </div> |
30 | 30 | |
31 | - <div class="input-blocks-wrapper"> | |
31 | + <div class="input-blocks-wrapper hint-link"> | |
32 | 32 | <div class="input-blocks"> |
33 | 33 | <?= $form->field($current, '[0]link') |
34 | 34 | ->label('Ссылка на компанию на сайте МФП') |
... | ... | @@ -113,7 +113,7 @@ |
113 | 113 | </div> |
114 | 114 | </div> |
115 | 115 | |
116 | - <div class="input-blocks-wrapper"> | |
116 | + <div class="input-blocks-wrapper hint-link"> | |
117 | 117 | <div class="input-blocks"> |
118 | 118 | <?= $form->field($job_model, '[' . ( $index + 1 ) . ']link') |
119 | 119 | ->label('Ссылка на компанию на сайте МФП') | ... | ... |
frontend/web/css/style.css
... | ... | @@ -5063,7 +5063,7 @@ input.disabled.admin-check:checked + label, input.disabled.admin-check:checked + |
5063 | 5063 | color: #D40000; |
5064 | 5064 | position: absolute; |
5065 | 5065 | top: 32px; |
5066 | - left: -15px; | |
5066 | + left: -12px; | |
5067 | 5067 | width: 15px; |
5068 | 5068 | } |
5069 | 5069 | .input-blocks .required.required-no-star:before { |
... | ... | @@ -6784,4 +6784,11 @@ li.active-menu-admin:hover a .ico_num { |
6784 | 6784 | color: inherit; |
6785 | 6785 | } |
6786 | 6786 | /*****************/ |
6787 | - | |
6787 | +.hint-link .hint-block { | |
6788 | + font-size: 13px; | |
6789 | + position: absolute; | |
6790 | + top: 50%; | |
6791 | + margin-top: 5px; | |
6792 | + left: 310px; | |
6793 | + color: #b7b7b7; | |
6794 | +} | ... | ... |