Commit 3b7b44181e22a9257fa366582db7f39cf1c9e699
1 parent
8aff8745
git
Showing
2 changed files
with
7 additions
and
2 deletions
Show diff stats
frontend/views/accounts/_vacancy_form.php
@@ -66,7 +66,7 @@ | @@ -66,7 +66,7 @@ | ||
66 | </div> | 66 | </div> |
67 | </div> | 67 | </div> |
68 | 68 | ||
69 | -<div class="input-blocks-wrapper"> | 69 | +<div class="input-blocks-wrapper hint-link hint-link-fx"> |
70 | <div class="input-blocks"> | 70 | <div class="input-blocks"> |
71 | <?= $form->field($vacancy, 'city') | 71 | <?= $form->field($vacancy, 'city') |
72 | ->hint('Город, в котором предлагается работа', ['tag' => 'span']) | 72 | ->hint('Город, в котором предлагается работа', ['tag' => 'span']) |
frontend/web/css/style.css
@@ -4101,7 +4101,9 @@ ul.min_markers_two | @@ -4101,7 +4101,9 @@ ul.min_markers_two | ||
4101 | } | 4101 | } |
4102 | .cabinet-list li:first-child{margin-left: 0} | 4102 | .cabinet-list li:first-child{margin-left: 0} |
4103 | .cabinet-list li img {margin-top: 4px; float: left; margin-right: 10px} | 4103 | .cabinet-list li img {margin-top: 4px; float: left; margin-right: 10px} |
4104 | -.cabinet-list li span{ border-bottom: 1px solid #333333;} | 4104 | +.cabinet-list li span{ |
4105 | + /*border-bottom: 1px solid #333333;*/ | ||
4106 | +} | ||
4105 | .cabinet-list a {color: inherit} | 4107 | .cabinet-list a {color: inherit} |
4106 | .left-proektant-cabinet .navi-buttons-yet-wr {margin-bottom: 50px} | 4108 | .left-proektant-cabinet .navi-buttons-yet-wr {margin-bottom: 50px} |
4107 | .right-proektant-cabinet-candidate, .right-proektant-cabinet-message, .right-proektant-cabinet-message-new { | 4109 | .right-proektant-cabinet-candidate, .right-proektant-cabinet-message, .right-proektant-cabinet-message-new { |
@@ -6792,3 +6794,6 @@ li.active-menu-admin:hover a .ico_num { | @@ -6792,3 +6794,6 @@ li.active-menu-admin:hover a .ico_num { | ||
6792 | left: 310px; | 6794 | left: 310px; |
6793 | color: #b7b7b7; | 6795 | color: #b7b7b7; |
6794 | } | 6796 | } |
6797 | +.hint-link.hint-link-fx .hint-block{ | ||
6798 | + margin-left: 36px; | ||
6799 | +} | ||
6795 | \ No newline at end of file | 6800 | \ No newline at end of file |