Commit 9f14d2ae9badf82c5d818acb034cff9d29bd001b
1 parent
051f1546
git
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
| ... | ... | @@ -3793,6 +3793,7 @@ form.offer-project { |
| 3793 | 3793 | border-radius: 4px; |
| 3794 | 3794 | padding: 10px 0 11px 15px; |
| 3795 | 3795 | float: left; |
| 3796 | + width: 100%; | |
| 3796 | 3797 | } |
| 3797 | 3798 | .search-profile-blocks:first-child{margin-top: 0} |
| 3798 | 3799 | .search-profile-blocks-wr {margin-top: 46px} |
| ... | ... | @@ -3817,7 +3818,7 @@ form.offer-project { |
| 3817 | 3818 | line-height: 23px; |
| 3818 | 3819 | } |
| 3819 | 3820 | .srch-prof-contract-txt span {font-weight: 700} |
| 3820 | -.srch-prof-contract-txt a {text-decoration: underline; color: inherit} | |
| 3821 | +.srch-prof-contract-txt a {text-decoration: underline; color: inherit; width: 550px;float: right;} | |
| 3821 | 3822 | .srch-prof-text {margin-top: 37px} |
| 3822 | 3823 | .srch-prof-text p{ |
| 3823 | 3824 | font-size: 13px; | ... | ... |