Commit f52b68098a36379ce122bac04dd613b0cf9f41b3
1 parent
e84b6f0d
Commit
Showing
2 changed files
with
123 additions
and
33 deletions
Show diff stats
common/modules/comment/models/Comment.php
frontend/web/css/style.css
| ... | ... | @@ -938,6 +938,7 @@ li.project-home-active span { |
| 938 | 938 | padding: 0 155px; |
| 939 | 939 | overflow: hidden; |
| 940 | 940 | } |
| 941 | + | |
| 941 | 942 | .footer-all-wr { |
| 942 | 943 | width: 100%; |
| 943 | 944 | float: left; |
| ... | ... | @@ -2490,14 +2491,23 @@ input[type=file]::-webkit-file-upload-button { |
| 2490 | 2491 | .performance-vacancy-sidebar-stars { |
| 2491 | 2492 | margin-top: 24px; |
| 2492 | 2493 | } |
| 2494 | + | |
| 2493 | 2495 | .gallery-page-sidebar .performance-vacancy-sidebar-stars { |
| 2494 | 2496 | margin-top: -5px; |
| 2495 | - } | |
| 2497 | +} | |
| 2498 | + | |
| 2496 | 2499 | .gallery-page-sidebar .performer-vacancy-sidebar-img { |
| 2497 | 2500 | margin-bottom: 10px; |
| 2498 | 2501 | } |
| 2499 | -.gallery-performer-margin .empty {margin-left: 33px;} | |
| 2500 | -.performance-vacancy-sidebar-stars .rating-container {height: 19px} | |
| 2502 | + | |
| 2503 | +.gallery-performer-margin .empty { | |
| 2504 | + margin-left: 33px; | |
| 2505 | +} | |
| 2506 | + | |
| 2507 | +.performance-vacancy-sidebar-stars .rating-container { | |
| 2508 | + height: 19px | |
| 2509 | +} | |
| 2510 | + | |
| 2501 | 2511 | /****perform-vacancy-page****/ |
| 2502 | 2512 | .performer-vacancy-list { |
| 2503 | 2513 | border-bottom: 1px solid #dcdcdc; |
| ... | ... | @@ -2640,9 +2650,10 @@ input[type=file]::-webkit-file-upload-button { |
| 2640 | 2650 | .section-box-16 { |
| 2641 | 2651 | height: 380px; |
| 2642 | 2652 | } |
| 2653 | + | |
| 2643 | 2654 | .section-box-16:before, .section-box-14:before { |
| 2644 | 2655 | position: absolute; |
| 2645 | - top:0; | |
| 2656 | + top: 0; | |
| 2646 | 2657 | left: 0; |
| 2647 | 2658 | width: 100%; |
| 2648 | 2659 | height: 100%; |
| ... | ... | @@ -2651,6 +2662,7 @@ input[type=file]::-webkit-file-upload-button { |
| 2651 | 2662 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; |
| 2652 | 2663 | content: ''; |
| 2653 | 2664 | } |
| 2665 | + | |
| 2654 | 2666 | .blog-buttons-wr { |
| 2655 | 2667 | margin-top: 305px; |
| 2656 | 2668 | width: 526px; |
| ... | ... | @@ -2757,7 +2769,7 @@ input[type=file]::-webkit-file-upload-button { |
| 2757 | 2769 | } |
| 2758 | 2770 | |
| 2759 | 2771 | /*.blog-post-wr:first-child {*/ |
| 2760 | - /*margin-top: -1px*/ | |
| 2772 | +/*margin-top: -1px*/ | |
| 2761 | 2773 | /*}*/ |
| 2762 | 2774 | |
| 2763 | 2775 | .blog-post-title p { |
| ... | ... | @@ -3534,6 +3546,7 @@ input[type=file]::-webkit-file-upload-button { |
| 3534 | 3546 | font-weight: 700; |
| 3535 | 3547 | margin-bottom: 5px; |
| 3536 | 3548 | } |
| 3549 | + | |
| 3537 | 3550 | .search-work-form .info-search-input .form-control { |
| 3538 | 3551 | height: 29px; |
| 3539 | 3552 | color: #636363; |
| ... | ... | @@ -4898,15 +4911,35 @@ ul.proektant-comments { |
| 4898 | 4911 | #modal_form_question { |
| 4899 | 4912 | height: 533px |
| 4900 | 4913 | } |
| 4901 | -#modal_form_contacts {height: 553px} | |
| 4914 | + | |
| 4915 | +#modal_form_contacts { | |
| 4916 | + height: 553px | |
| 4917 | +} | |
| 4918 | + | |
| 4902 | 4919 | #modal_form_login { |
| 4903 | 4920 | height: 423px |
| 4904 | 4921 | } |
| 4905 | -#modal_form_contacts .form-resume-wr {overflow: visible} | |
| 4906 | -#modal_form_contacts .contacts-form-help span {font-weight: 400} | |
| 4907 | -#modal_form_contacts .field-feedback-answer {margin-bottom: 20px} | |
| 4908 | -#modal_form_contacts .field-feedback-answer .help-block{top:41px;} | |
| 4909 | -#modal_form_contacts .contacts-form-wrapper {cursor: pointer} | |
| 4922 | + | |
| 4923 | +#modal_form_contacts .form-resume-wr { | |
| 4924 | + overflow: visible | |
| 4925 | +} | |
| 4926 | + | |
| 4927 | +#modal_form_contacts .contacts-form-help span { | |
| 4928 | + font-weight: 400 | |
| 4929 | +} | |
| 4930 | + | |
| 4931 | +#modal_form_contacts .field-feedback-answer { | |
| 4932 | + margin-bottom: 20px | |
| 4933 | +} | |
| 4934 | + | |
| 4935 | +#modal_form_contacts .field-feedback-answer .help-block { | |
| 4936 | + top: 41px; | |
| 4937 | +} | |
| 4938 | + | |
| 4939 | +#modal_form_contacts .contacts-form-wrapper { | |
| 4940 | + cursor: pointer | |
| 4941 | +} | |
| 4942 | + | |
| 4910 | 4943 | #modal_form_login .form-resume-wr form label, #modal_form_contacts .form-resume-wr form label { |
| 4911 | 4944 | float: none |
| 4912 | 4945 | } |
| ... | ... | @@ -5372,9 +5405,11 @@ form.offer-project { |
| 5372 | 5405 | float: left; |
| 5373 | 5406 | width: 100%; |
| 5374 | 5407 | } |
| 5408 | + | |
| 5375 | 5409 | .search-profile-blocks:hover { |
| 5376 | 5410 | box-shadow: 0px 0px 5px 0px rgba(149, 149, 149, 0.75); |
| 5377 | 5411 | } |
| 5412 | + | |
| 5378 | 5413 | .search-profile-blocks:first-child { |
| 5379 | 5414 | margin-top: 0 |
| 5380 | 5415 | } |
| ... | ... | @@ -5814,7 +5849,7 @@ ul.min_markers_two { |
| 5814 | 5849 | .right-proektant-cabinet { |
| 5815 | 5850 | width: 222px; |
| 5816 | 5851 | position: absolute; |
| 5817 | - top:0; | |
| 5852 | + top: 0; | |
| 5818 | 5853 | right: 0; |
| 5819 | 5854 | height: 100%; |
| 5820 | 5855 | } |
| ... | ... | @@ -5901,8 +5936,6 @@ ul.min_markers_two { |
| 5901 | 5936 | |
| 5902 | 5937 | } |
| 5903 | 5938 | |
| 5904 | - | |
| 5905 | - | |
| 5906 | 5939 | .right-proektant-cabinet-candidate span { |
| 5907 | 5940 | font-size: 11px; |
| 5908 | 5941 | color: #0072bc; |
| ... | ... | @@ -5916,7 +5949,7 @@ ul.min_markers_two { |
| 5916 | 5949 | } |
| 5917 | 5950 | |
| 5918 | 5951 | .right-proektant-cabinet-message-new { |
| 5919 | - width: 100%; | |
| 5952 | + width: 100%; | |
| 5920 | 5953 | margin-top: 12px; |
| 5921 | 5954 | } |
| 5922 | 5955 | |
| ... | ... | @@ -12210,17 +12243,20 @@ li.active-menu-admin:hover a .ico_num { |
| 12210 | 12243 | |
| 12211 | 12244 | margin-top: -3px; |
| 12212 | 12245 | } |
| 12246 | + | |
| 12213 | 12247 | .comments-name span { |
| 12214 | - color: inherit; | |
| 12248 | + color: inherit; | |
| 12215 | 12249 | } |
| 12216 | 12250 | |
| 12217 | 12251 | .comments-name a { |
| 12218 | 12252 | color: #0072bc; |
| 12219 | 12253 | text-decoration: none; |
| 12220 | 12254 | } |
| 12255 | + | |
| 12221 | 12256 | .new-portf-comm-read .comments-name a, .new-portf-comm-read .comments-name span { |
| 12222 | 12257 | font-size: 13px; |
| 12223 | 12258 | } |
| 12259 | + | |
| 12224 | 12260 | .comments-name a:hover { |
| 12225 | 12261 | text-decoration: underline |
| 12226 | 12262 | } |
| ... | ... | @@ -12238,11 +12274,16 @@ li.active-menu-admin:hover a .ico_num { |
| 12238 | 12274 | text-align: center; |
| 12239 | 12275 | text-decoration: none; |
| 12240 | 12276 | } |
| 12277 | + | |
| 12241 | 12278 | .artbox_project_make_trash, .artbox_project_make_new { |
| 12242 | 12279 | margin-left: 0; |
| 12243 | 12280 | } |
| 12244 | -.artbox_comment_delete {font-size: 13px; | |
| 12245 | - margin-top:15px;} | |
| 12281 | + | |
| 12282 | +.artbox_comment_delete { | |
| 12283 | + font-size: 13px; | |
| 12284 | + margin-top: 15px; | |
| 12285 | +} | |
| 12286 | + | |
| 12246 | 12287 | .fix_te .artbox_comment_delete_answer, .artbox_comment_delete { |
| 12247 | 12288 | color: #f10b00; |
| 12248 | 12289 | border: 1px solid #f10b00; |
| ... | ... | @@ -12357,19 +12398,23 @@ li.active-menu-admin:hover a .ico_num { |
| 12357 | 12398 | top: 50px; |
| 12358 | 12399 | z-index: 10; |
| 12359 | 12400 | } |
| 12401 | + | |
| 12360 | 12402 | .portfolio_user_figure { |
| 12361 | 12403 | width: 25%; |
| 12362 | 12404 | padding: 0 10px; |
| 12363 | 12405 | display: inline-block; |
| 12364 | 12406 | } |
| 12407 | + | |
| 12365 | 12408 | .portfolio_user_figure .portfolio_user_image { |
| 12366 | 12409 | width: 100%; |
| 12367 | 12410 | } |
| 12411 | + | |
| 12368 | 12412 | .portfolio_user_figure .portfolio_user_caption { |
| 12369 | 12413 | text-align: center; |
| 12370 | 12414 | } |
| 12415 | + | |
| 12371 | 12416 | /*.field-portfolio-cover.has-error.success_download .help-block {*/ |
| 12372 | - /*display: none;*/ | |
| 12417 | +/*display: none;*/ | |
| 12373 | 12418 | /*}*/ |
| 12374 | 12419 | .new-portf-comm-read .blog-post-date { |
| 12375 | 12420 | margin-top: 17px; |
| ... | ... | @@ -12378,8 +12423,12 @@ li.active-menu-admin:hover a .ico_num { |
| 12378 | 12423 | .new-portf-add-comm .input-blocks-comm:first-child { |
| 12379 | 12424 | margin-left: 0; |
| 12380 | 12425 | } |
| 12381 | -.input-blocks-comm.fix_marg_ {margin-left: 0} | |
| 12382 | -.new-portf-add-comm .field-comment-user_email .hint-block{ | |
| 12426 | + | |
| 12427 | +.input-blocks-comm.fix_marg_ { | |
| 12428 | + margin-left: 0 | |
| 12429 | +} | |
| 12430 | + | |
| 12431 | +.new-portf-add-comm .field-comment-user_email .hint-block { | |
| 12383 | 12432 | position: absolute; |
| 12384 | 12433 | font-size: 13px; |
| 12385 | 12434 | color: #b7b7b7; |
| ... | ... | @@ -12388,7 +12437,8 @@ li.active-menu-admin:hover a .ico_num { |
| 12388 | 12437 | left: 240px; |
| 12389 | 12438 | width: 165px; |
| 12390 | 12439 | } |
| 12391 | -.fix_onions .comments-name{ | |
| 12440 | + | |
| 12441 | +.fix_onions .comments-name { | |
| 12392 | 12442 | font-weight: 700; |
| 12393 | 12443 | } |
| 12394 | 12444 | |
| ... | ... | @@ -12399,7 +12449,12 @@ li.active-menu-admin:hover a .ico_num { |
| 12399 | 12449 | color: #b7b7b7;; |
| 12400 | 12450 | font-size: 13px; |
| 12401 | 12451 | } |
| 12402 | -.left-proektant-cabinet .summary {color: inherit;margin-top: 0} | |
| 12452 | + | |
| 12453 | +.left-proektant-cabinet .summary { | |
| 12454 | + color: inherit; | |
| 12455 | + margin-top: 0 | |
| 12456 | +} | |
| 12457 | + | |
| 12403 | 12458 | #modal_form_contacts .fileloader-list { |
| 12404 | 12459 | position: absolute; |
| 12405 | 12460 | top: 34px; |
| ... | ... | @@ -12408,6 +12463,7 @@ li.active-menu-admin:hover a .ico_num { |
| 12408 | 12463 | height: 19px; |
| 12409 | 12464 | text-align: right; |
| 12410 | 12465 | } |
| 12466 | + | |
| 12411 | 12467 | #modal_form_contacts .fileloader-item-name { |
| 12412 | 12468 | width: 100%; |
| 12413 | 12469 | height: 19px; |
| ... | ... | @@ -12416,12 +12472,14 @@ li.active-menu-admin:hover a .ico_num { |
| 12416 | 12472 | box-sizing: border-box; |
| 12417 | 12473 | padding-left: 20px; |
| 12418 | 12474 | } |
| 12475 | + | |
| 12419 | 12476 | #modal_form_contacts .fileloader-item-name a { |
| 12420 | 12477 | position: relative; |
| 12421 | 12478 | font-size: 13px; |
| 12422 | 12479 | color: #333 !important; |
| 12423 | 12480 | border-bottom: 0 !important; |
| 12424 | 12481 | } |
| 12482 | + | |
| 12425 | 12483 | #modal_form_contacts .fileloader-item-name a:before { |
| 12426 | 12484 | position: absolute; |
| 12427 | 12485 | content: ''; |
| ... | ... | @@ -12431,6 +12489,7 @@ li.active-menu-admin:hover a .ico_num { |
| 12431 | 12489 | top: 4px; |
| 12432 | 12490 | left: -17px; |
| 12433 | 12491 | } |
| 12492 | + | |
| 12434 | 12493 | #modal_form_contacts .fileloader-item-remove { |
| 12435 | 12494 | position: absolute; |
| 12436 | 12495 | top: 50%; |
| ... | ... | @@ -12441,8 +12500,16 @@ li.active-menu-admin:hover a .ico_num { |
| 12441 | 12500 | background: url("/images/delet-file.png") no-repeat; |
| 12442 | 12501 | padding-left: 0 !important; |
| 12443 | 12502 | } |
| 12444 | -#modal_form_contacts .fileloader-item-remove:before {display:none;} | |
| 12445 | -.command-block-name {overflow: hidden; font-size: 16px;} | |
| 12503 | + | |
| 12504 | +#modal_form_contacts .fileloader-item-remove:before { | |
| 12505 | + display: none; | |
| 12506 | +} | |
| 12507 | + | |
| 12508 | +.command-block-name { | |
| 12509 | + overflow: hidden; | |
| 12510 | + font-size: 16px; | |
| 12511 | +} | |
| 12512 | + | |
| 12446 | 12513 | .general_avatar-wr #image_remove_img { |
| 12447 | 12514 | left: auto !important; |
| 12448 | 12515 | right: -13px; |
| ... | ... | @@ -12453,13 +12520,17 @@ li.active-menu-admin:hover a .ico_num { |
| 12453 | 12520 | |
| 12454 | 12521 | /* specialisations */ |
| 12455 | 12522 | |
| 12456 | -.new-spec-block{ | |
| 12523 | +.new-spec-block { | |
| 12457 | 12524 | width: 100%; |
| 12458 | 12525 | position: relative; |
| 12459 | 12526 | font-size: 13px; |
| 12460 | 12527 | margin-bottom: 15px; |
| 12461 | 12528 | } |
| 12462 | -.new-spec-block .content-menu-first{width: 100%;} | |
| 12529 | + | |
| 12530 | +.new-spec-block .content-menu-first { | |
| 12531 | + width: 100%; | |
| 12532 | +} | |
| 12533 | + | |
| 12463 | 12534 | .new-spec-block ul.content-menu-first li { |
| 12464 | 12535 | width: 100%; |
| 12465 | 12536 | list-style: none; |
| ... | ... | @@ -12472,6 +12543,7 @@ li.active-menu-admin:hover a .ico_num { |
| 12472 | 12543 | transition: 0.3s; |
| 12473 | 12544 | background: #fff; |
| 12474 | 12545 | } |
| 12546 | + | |
| 12475 | 12547 | .new-spec-block ul.content-menu-first li > ul { |
| 12476 | 12548 | position: absolute; |
| 12477 | 12549 | top: 0; |
| ... | ... | @@ -12479,6 +12551,7 @@ li.active-menu-admin:hover a .ico_num { |
| 12479 | 12551 | width: 235px; |
| 12480 | 12552 | height: 100%; |
| 12481 | 12553 | } |
| 12554 | + | |
| 12482 | 12555 | .new-spec-block ul.content-menu-first li > ul li { |
| 12483 | 12556 | height: auto; |
| 12484 | 12557 | line-height: 14px; |
| ... | ... | @@ -12486,6 +12559,7 @@ li.active-menu-admin:hover a .ico_num { |
| 12486 | 12559 | padding: 8px 8px 7px 19px; |
| 12487 | 12560 | width: 235px; |
| 12488 | 12561 | } |
| 12562 | + | |
| 12489 | 12563 | .new-spec-block ul.content-menu-first li > ul { |
| 12490 | 12564 | position: absolute; |
| 12491 | 12565 | top: 0; |
| ... | ... | @@ -12493,12 +12567,14 @@ li.active-menu-admin:hover a .ico_num { |
| 12493 | 12567 | width: 235px; |
| 12494 | 12568 | height: 100%; |
| 12495 | 12569 | } |
| 12570 | + | |
| 12496 | 12571 | .new-spec-block ul.third-ul-menu li { |
| 12497 | 12572 | background: #fff !important; |
| 12498 | 12573 | border-left: 1px solid #dfdfdf; |
| 12499 | - line-height: 18px!important; | |
| 12500 | - width: 235px!important; | |
| 12574 | + line-height: 18px !important; | |
| 12575 | + width: 235px !important; | |
| 12501 | 12576 | } |
| 12577 | + | |
| 12502 | 12578 | .new-spec-block .search-work-form input[type="checkbox"] + label span { |
| 12503 | 12579 | width: 12px; |
| 12504 | 12580 | height: 12px; |
| ... | ... | @@ -12507,13 +12583,21 @@ li.active-menu-admin:hover a .ico_num { |
| 12507 | 12583 | transition: 0.2s; |
| 12508 | 12584 | margin-top: 3px; |
| 12509 | 12585 | } |
| 12586 | + | |
| 12510 | 12587 | .new-spec-block ul.content-menu-first li > ul li { |
| 12511 | 12588 | height: auto; |
| 12512 | 12589 | min-height: 30px; |
| 12513 | 12590 | padding: 8px 8px 7px 19px; |
| 12514 | 12591 | } |
| 12515 | -.new-spec-block .form-group {margin-bottom: 0px!important;} | |
| 12516 | -.new-spec-block .control-label {font-weight: 100!important;} | |
| 12592 | + | |
| 12593 | +.new-spec-block .form-group { | |
| 12594 | + margin-bottom: 0px !important; | |
| 12595 | +} | |
| 12596 | + | |
| 12597 | +.new-spec-block .control-label { | |
| 12598 | + font-weight: 100 !important; | |
| 12599 | +} | |
| 12600 | + | |
| 12517 | 12601 | .left-search-work .admin-specialization-selected ul { |
| 12518 | 12602 | width: 105%; |
| 12519 | 12603 | max-height: 250px; |
| ... | ... | @@ -12521,7 +12605,13 @@ li.active-menu-admin:hover a .ico_num { |
| 12521 | 12605 | overflow-y: auto; |
| 12522 | 12606 | margin: 0px 0px 15px -10px; |
| 12523 | 12607 | } |
| 12524 | -.left-search-work .admin-specialization-selected ul li {border-bottom:none;float: initial;padding-right: 20px;} | |
| 12608 | + | |
| 12609 | +.left-search-work .admin-specialization-selected ul li { | |
| 12610 | + border-bottom: none; | |
| 12611 | + float: initial; | |
| 12612 | + padding-right: 20px; | |
| 12613 | +} | |
| 12614 | + | |
| 12525 | 12615 | .left-search-work .admin-specialization-selected ul li:before { |
| 12526 | 12616 | right: 8px; |
| 12527 | 12617 | } |
| 12528 | 12618 | \ No newline at end of file | ... | ... |