Commit 3b7b44181e22a9257fa366582db7f39cf1c9e699

Authored by Виталий
1 parent 8aff8745

git

frontend/views/accounts/_vacancy_form.php
... ... @@ -66,7 +66,7 @@
66 66 </div>
67 67 </div>
68 68  
69   -<div class="input-blocks-wrapper">
  69 +<div class="input-blocks-wrapper hint-link hint-link-fx">
70 70 <div class="input-blocks">
71 71 <?= $form->field($vacancy, 'city')
72 72 ->hint('Город, в котором предлагается работа', ['tag' => 'span'])
... ...
frontend/web/css/style.css
... ... @@ -4101,7 +4101,9 @@ ul.min_markers_two
4101 4101 }
4102 4102 .cabinet-list li:first-child{margin-left: 0}
4103 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 4107 .cabinet-list a {color: inherit}
4106 4108 .left-proektant-cabinet .navi-buttons-yet-wr {margin-bottom: 50px}
4107 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 6794 left: 310px;
6793 6795 color: #b7b7b7;
6794 6796 }
  6797 +.hint-link.hint-link-fx .hint-block{
  6798 + margin-left: 36px;
  6799 +}
6795 6800 \ No newline at end of file
... ...