Commit 19fc24d1afe503d0fdc86150569aadc78b46cb30
1 parent
04e9879f
...
Showing
1 changed file
with
117 additions
and
15 deletions
Show diff stats
frontend/web/css/style.css
| ... | ... | @@ -93,8 +93,8 @@ input, textarea { |
| 93 | 93 | } |
| 94 | 94 | |
| 95 | 95 | .section-box-4 { |
| 96 | - height: 424px; | |
| 97 | - background: url("/images/sect-bg-4.jpg") 50% no-repeat; | |
| 96 | + height: 474px; | |
| 97 | + background: #0074C1 url("/images/sect-bg-4.jpg") 50% 100% no-repeat; | |
| 98 | 98 | } |
| 99 | 99 | |
| 100 | 100 | .section-box-28 { |
| ... | ... | @@ -825,20 +825,21 @@ li.project-home-active span { |
| 825 | 825 | } |
| 826 | 826 | |
| 827 | 827 | .federation-home-list { |
| 828 | - | |
| 828 | + float: left; | |
| 829 | 829 | height: 27px; |
| 830 | - width: 502px; | |
| 831 | - margin: 0 auto; | |
| 830 | + position: relative; | |
| 831 | + left: 50%; | |
| 832 | 832 | } |
| 833 | 833 | |
| 834 | 834 | .federation-home-list li { |
| 835 | 835 | list-style: none; |
| 836 | 836 | float: left; |
| 837 | - | |
| 838 | 837 | padding: 0 20px; |
| 839 | 838 | height: 27px; |
| 840 | 839 | line-height: 27px; |
| 841 | 840 | cursor: pointer; |
| 841 | + position: relative; | |
| 842 | + left: -50%; | |
| 842 | 843 | } |
| 843 | 844 | |
| 844 | 845 | .federation-home-list li span { |
| ... | ... | @@ -876,7 +877,7 @@ li.project-home-active span { |
| 876 | 877 | height: 134px; |
| 877 | 878 | float: left; |
| 878 | 879 | margin-left: 20px; |
| 879 | - margin-top: 122px; | |
| 880 | + margin-top: 100px; | |
| 880 | 881 | } |
| 881 | 882 | |
| 882 | 883 | .federation-home-blocks:first-child { |
| ... | ... | @@ -884,7 +885,7 @@ li.project-home-active span { |
| 884 | 885 | } |
| 885 | 886 | |
| 886 | 887 | .federation-home-blocks-wr-blocks { |
| 887 | - display: none | |
| 888 | + display: none; position: relative; | |
| 888 | 889 | } |
| 889 | 890 | |
| 890 | 891 | .federation-home-blocks-wr-blocks:first-child { |
| ... | ... | @@ -896,7 +897,7 @@ li.project-home-active span { |
| 896 | 897 | float: left |
| 897 | 898 | } |
| 898 | 899 | |
| 899 | -.federation-home-ico, .federation-home-text { | |
| 900 | +.federation-home-ico, .federation-home-text, .federation-home-text-two { | |
| 900 | 901 | width: 100%; |
| 901 | 902 | float: left; |
| 902 | 903 | text-align: center |
| ... | ... | @@ -908,12 +909,35 @@ li.project-home-active span { |
| 908 | 909 | |
| 909 | 910 | .federation-home-text { |
| 910 | 911 | font-size: 18px; |
| 911 | - color: #fff; | |
| 912 | + color: #b7ebff; | |
| 912 | 913 | margin-top: 28px; |
| 913 | 914 | box-sizing: border-box; |
| 914 | 915 | padding: 0 27px; |
| 916 | + line-height: 20px; | |
| 917 | +} | |
| 918 | +.federation-home-text-two { | |
| 919 | + font-size: 15px; | |
| 920 | + color: #fefefe; | |
| 921 | + margin-top: 21px; | |
| 922 | + box-sizing: border-box; | |
| 923 | + padding: 0 27px; | |
| 924 | + line-height: 18px; | |
| 925 | + overflow: hidden; | |
| 926 | + /*max-height: 92px;*/ | |
| 927 | + max-height: 111px; | |
| 928 | +} | |
| 929 | +.new_txt_fed_home { | |
| 930 | + font-size: 13px; | |
| 931 | + text-align: center; | |
| 932 | + color: #b7ebff; | |
| 933 | + position: absolute; | |
| 934 | + top:27px; | |
| 935 | + left: 0; | |
| 936 | + max-height: 30px; | |
| 937 | + box-sizing: border-box; | |
| 938 | + padding: 0 162px; | |
| 939 | + overflow: hidden; | |
| 915 | 940 | } |
| 916 | - | |
| 917 | 941 | .footer-all-wr { |
| 918 | 942 | width: 100%; |
| 919 | 943 | float: left; |
| ... | ... | @@ -2313,6 +2337,7 @@ input[type=file]::-webkit-file-upload-button { |
| 2313 | 2337 | float: left; |
| 2314 | 2338 | margin-top: 18px; |
| 2315 | 2339 | line-height: 16px; |
| 2340 | + overflow: hidden; | |
| 2316 | 2341 | } |
| 2317 | 2342 | |
| 2318 | 2343 | .performer-vacancy-sidebar-views ul li img { |
| ... | ... | @@ -2369,6 +2394,9 @@ input[type=file]::-webkit-file-upload-button { |
| 2369 | 2394 | font-size: 24px; |
| 2370 | 2395 | color: #fff; |
| 2371 | 2396 | margin-bottom: 1px; |
| 2397 | + width: 415px; | |
| 2398 | + overflow: hidden; | |
| 2399 | + height: 28px; | |
| 2372 | 2400 | } |
| 2373 | 2401 | |
| 2374 | 2402 | .performance-vacancy-sidebar-company-job ul li { |
| ... | ... | @@ -2397,6 +2425,14 @@ input[type=file]::-webkit-file-upload-button { |
| 2397 | 2425 | margin-top: -1px; |
| 2398 | 2426 | } |
| 2399 | 2427 | |
| 2428 | +.performance-vacancy-sidebar-company-job ul li span.activejob_span { | |
| 2429 | + text-decoration: underline; | |
| 2430 | + color: #69d34b; | |
| 2431 | + position: relative; | |
| 2432 | + height: 22px; | |
| 2433 | + line-height: 22px; | |
| 2434 | +} | |
| 2435 | + | |
| 2400 | 2436 | .sidebar-droped-wr a { |
| 2401 | 2437 | color: inherit !important; |
| 2402 | 2438 | text-decoration: none !important; |
| ... | ... | @@ -2597,7 +2633,7 @@ input[type=file]::-webkit-file-upload-button { |
| 2597 | 2633 | .section-box-16 { |
| 2598 | 2634 | height: 380px; |
| 2599 | 2635 | } |
| 2600 | -.section-box-16:before { | |
| 2636 | +.section-box-16:before, .section-box-14:before { | |
| 2601 | 2637 | position: absolute; |
| 2602 | 2638 | top:0; |
| 2603 | 2639 | left: 0; |
| ... | ... | @@ -2714,7 +2750,7 @@ input[type=file]::-webkit-file-upload-button { |
| 2714 | 2750 | } |
| 2715 | 2751 | |
| 2716 | 2752 | .blog-post-wr:first-child { |
| 2717 | - margin-top: -1px | |
| 2753 | + margin-top: 15px; | |
| 2718 | 2754 | } |
| 2719 | 2755 | |
| 2720 | 2756 | .blog-post-title p { |
| ... | ... | @@ -2893,7 +2929,6 @@ input[type=file]::-webkit-file-upload-button { |
| 2893 | 2929 | .company-performer-comments-bl .rating { |
| 2894 | 2930 | padding-left: 0; |
| 2895 | 2931 | margin-left: -4px; |
| 2896 | - width: 130px; | |
| 2897 | 2932 | overflow: hidden |
| 2898 | 2933 | } |
| 2899 | 2934 | |
| ... | ... | @@ -3492,6 +3527,15 @@ input[type=file]::-webkit-file-upload-button { |
| 3492 | 3527 | font-weight: 700; |
| 3493 | 3528 | margin-bottom: 5px; |
| 3494 | 3529 | } |
| 3530 | +.search-work-form .info-search-input .form-control { | |
| 3531 | + height: 29px; | |
| 3532 | + color: #636363; | |
| 3533 | + background: #fff; | |
| 3534 | + border: 1px solid #dcdcdc; | |
| 3535 | + box-sizing: border-box; | |
| 3536 | + padding-left: 8px; | |
| 3537 | + margin-bottom: 8px; | |
| 3538 | +} | |
| 3495 | 3539 | |
| 3496 | 3540 | .search-work-form select { |
| 3497 | 3541 | border: 1px solid #dcdcdc; |
| ... | ... | @@ -7805,6 +7849,14 @@ input.disabled.admin-check:checked + label, input.disabled.admin-check:checked + |
| 7805 | 7849 | background: #fff |
| 7806 | 7850 | } |
| 7807 | 7851 | |
| 7852 | +.field_list .help-block, .admin-avatar .help-block, .performance-vacancy-call-back .help-block { | |
| 7853 | + float: left; | |
| 7854 | +} | |
| 7855 | + | |
| 7856 | +.performance-vacancy-call-back .help-block { | |
| 7857 | + width: auto; | |
| 7858 | +} | |
| 7859 | + | |
| 7808 | 7860 | .help-block:before { |
| 7809 | 7861 | content: ''; |
| 7810 | 7862 | width: 20px; |
| ... | ... | @@ -8790,6 +8842,14 @@ ul.menu-admin li.logout-li, ul.menu-admin li.logout-li a, ul.menu-admin li:last- |
| 8790 | 8842 | text-align: center; |
| 8791 | 8843 | } |
| 8792 | 8844 | |
| 8845 | +.admin-avatar-pattern .remover_image#image_remove_img { | |
| 8846 | + left: 180px !important; | |
| 8847 | +} | |
| 8848 | + | |
| 8849 | +.admin-avatar-pattern .remover_image#poster_remove_img { | |
| 8850 | + left: 700px !important; | |
| 8851 | +} | |
| 8852 | + | |
| 8793 | 8853 | .admin-pattern .file-help-1 { |
| 8794 | 8854 | display: none |
| 8795 | 8855 | } |
| ... | ... | @@ -12251,7 +12311,7 @@ li.active-menu-admin:hover a .ico_num { |
| 12251 | 12311 | } |
| 12252 | 12312 | |
| 12253 | 12313 | .search_perform-stars-wr .rating-container { |
| 12254 | - width: 90px; | |
| 12314 | + width: 180px; | |
| 12255 | 12315 | float: left; |
| 12256 | 12316 | height: 34px; |
| 12257 | 12317 | box-sizing: border-box; |
| ... | ... | @@ -12330,3 +12390,45 @@ li.active-menu-admin:hover a .ico_num { |
| 12330 | 12390 | font-size: 13px; |
| 12331 | 12391 | } |
| 12332 | 12392 | .left-proektant-cabinet .summary {color: inherit;margin-top: 0} |
| 12393 | +#modal_form_contacts .fileloader-list { | |
| 12394 | + position: absolute; | |
| 12395 | + top: 34px; | |
| 12396 | + left: 0; | |
| 12397 | + width: 100%; | |
| 12398 | + height: 19px; | |
| 12399 | + text-align: right; | |
| 12400 | +} | |
| 12401 | +#modal_form_contacts .fileloader-item-name { | |
| 12402 | + width: 100%; | |
| 12403 | + height: 19px; | |
| 12404 | + overflow: hidden; | |
| 12405 | + position: relative; | |
| 12406 | + box-sizing: border-box; | |
| 12407 | + padding-left: 20px; | |
| 12408 | +} | |
| 12409 | +#modal_form_contacts .fileloader-item-name a { | |
| 12410 | + position: relative; | |
| 12411 | + font-size: 13px; | |
| 12412 | + color: #333 !important; | |
| 12413 | + border-bottom: 0 !important; | |
| 12414 | +} | |
| 12415 | +#modal_form_contacts .fileloader-item-name a:before { | |
| 12416 | + position: absolute; | |
| 12417 | + content: ''; | |
| 12418 | + width: 10px; | |
| 12419 | + height: 8px; | |
| 12420 | + background: url("/images/tender/ico-3.png") no-repeat; | |
| 12421 | + top: 4px; | |
| 12422 | + left: -17px; | |
| 12423 | +} | |
| 12424 | +#modal_form_contacts .fileloader-item-remove { | |
| 12425 | + position: absolute; | |
| 12426 | + top: 50%; | |
| 12427 | + margin-top: -6px; | |
| 12428 | + right: -20px; | |
| 12429 | + width: 12px; | |
| 12430 | + height: 12px; | |
| 12431 | + background: url("/images/delet-file.png") no-repeat; | |
| 12432 | + padding-left: 0 !important; | |
| 12433 | +} | |
| 12434 | +#modal_form_contacts .fileloader-item-remove:before {display:none;} | |
| 12333 | 12435 | \ No newline at end of file | ... | ... |