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
| @@ -151,7 +151,7 @@ | @@ -151,7 +151,7 @@ | ||
| 151 | public function attributeLabels() | 151 | public function attributeLabels() |
| 152 | { | 152 | { |
| 153 | return [ | 153 | return [ |
| 154 | - 'text' => \Yii::t('app', 'Комментарий'), | 154 | + 'text' => \Yii::t('app', 'Мнение'), |
| 155 | 'user_name' => \Yii::t('app', 'Имя'), | 155 | 'user_name' => \Yii::t('app', 'Имя'), |
| 156 | 'user_email' => \Yii::t('app', 'Email'), | 156 | 'user_email' => \Yii::t('app', 'Email'), |
| 157 | ]; | 157 | ]; |
frontend/web/css/style.css
| @@ -938,6 +938,7 @@ li.project-home-active span { | @@ -938,6 +938,7 @@ li.project-home-active span { | ||
| 938 | padding: 0 155px; | 938 | padding: 0 155px; |
| 939 | overflow: hidden; | 939 | overflow: hidden; |
| 940 | } | 940 | } |
| 941 | + | ||
| 941 | .footer-all-wr { | 942 | .footer-all-wr { |
| 942 | width: 100%; | 943 | width: 100%; |
| 943 | float: left; | 944 | float: left; |
| @@ -2490,14 +2491,23 @@ input[type=file]::-webkit-file-upload-button { | @@ -2490,14 +2491,23 @@ input[type=file]::-webkit-file-upload-button { | ||
| 2490 | .performance-vacancy-sidebar-stars { | 2491 | .performance-vacancy-sidebar-stars { |
| 2491 | margin-top: 24px; | 2492 | margin-top: 24px; |
| 2492 | } | 2493 | } |
| 2494 | + | ||
| 2493 | .gallery-page-sidebar .performance-vacancy-sidebar-stars { | 2495 | .gallery-page-sidebar .performance-vacancy-sidebar-stars { |
| 2494 | margin-top: -5px; | 2496 | margin-top: -5px; |
| 2495 | - } | 2497 | +} |
| 2498 | + | ||
| 2496 | .gallery-page-sidebar .performer-vacancy-sidebar-img { | 2499 | .gallery-page-sidebar .performer-vacancy-sidebar-img { |
| 2497 | margin-bottom: 10px; | 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 | /****perform-vacancy-page****/ | 2511 | /****perform-vacancy-page****/ |
| 2502 | .performer-vacancy-list { | 2512 | .performer-vacancy-list { |
| 2503 | border-bottom: 1px solid #dcdcdc; | 2513 | border-bottom: 1px solid #dcdcdc; |
| @@ -2640,9 +2650,10 @@ input[type=file]::-webkit-file-upload-button { | @@ -2640,9 +2650,10 @@ input[type=file]::-webkit-file-upload-button { | ||
| 2640 | .section-box-16 { | 2650 | .section-box-16 { |
| 2641 | height: 380px; | 2651 | height: 380px; |
| 2642 | } | 2652 | } |
| 2653 | + | ||
| 2643 | .section-box-16:before, .section-box-14:before { | 2654 | .section-box-16:before, .section-box-14:before { |
| 2644 | position: absolute; | 2655 | position: absolute; |
| 2645 | - top:0; | 2656 | + top: 0; |
| 2646 | left: 0; | 2657 | left: 0; |
| 2647 | width: 100%; | 2658 | width: 100%; |
| 2648 | height: 100%; | 2659 | height: 100%; |
| @@ -2651,6 +2662,7 @@ input[type=file]::-webkit-file-upload-button { | @@ -2651,6 +2662,7 @@ input[type=file]::-webkit-file-upload-button { | ||
| 2651 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; | 2662 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; |
| 2652 | content: ''; | 2663 | content: ''; |
| 2653 | } | 2664 | } |
| 2665 | + | ||
| 2654 | .blog-buttons-wr { | 2666 | .blog-buttons-wr { |
| 2655 | margin-top: 305px; | 2667 | margin-top: 305px; |
| 2656 | width: 526px; | 2668 | width: 526px; |
| @@ -2757,7 +2769,7 @@ input[type=file]::-webkit-file-upload-button { | @@ -2757,7 +2769,7 @@ input[type=file]::-webkit-file-upload-button { | ||
| 2757 | } | 2769 | } |
| 2758 | 2770 | ||
| 2759 | /*.blog-post-wr:first-child {*/ | 2771 | /*.blog-post-wr:first-child {*/ |
| 2760 | - /*margin-top: -1px*/ | 2772 | +/*margin-top: -1px*/ |
| 2761 | /*}*/ | 2773 | /*}*/ |
| 2762 | 2774 | ||
| 2763 | .blog-post-title p { | 2775 | .blog-post-title p { |
| @@ -3534,6 +3546,7 @@ input[type=file]::-webkit-file-upload-button { | @@ -3534,6 +3546,7 @@ input[type=file]::-webkit-file-upload-button { | ||
| 3534 | font-weight: 700; | 3546 | font-weight: 700; |
| 3535 | margin-bottom: 5px; | 3547 | margin-bottom: 5px; |
| 3536 | } | 3548 | } |
| 3549 | + | ||
| 3537 | .search-work-form .info-search-input .form-control { | 3550 | .search-work-form .info-search-input .form-control { |
| 3538 | height: 29px; | 3551 | height: 29px; |
| 3539 | color: #636363; | 3552 | color: #636363; |
| @@ -4898,15 +4911,35 @@ ul.proektant-comments { | @@ -4898,15 +4911,35 @@ ul.proektant-comments { | ||
| 4898 | #modal_form_question { | 4911 | #modal_form_question { |
| 4899 | height: 533px | 4912 | height: 533px |
| 4900 | } | 4913 | } |
| 4901 | -#modal_form_contacts {height: 553px} | 4914 | + |
| 4915 | +#modal_form_contacts { | ||
| 4916 | + height: 553px | ||
| 4917 | +} | ||
| 4918 | + | ||
| 4902 | #modal_form_login { | 4919 | #modal_form_login { |
| 4903 | height: 423px | 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 | #modal_form_login .form-resume-wr form label, #modal_form_contacts .form-resume-wr form label { | 4943 | #modal_form_login .form-resume-wr form label, #modal_form_contacts .form-resume-wr form label { |
| 4911 | float: none | 4944 | float: none |
| 4912 | } | 4945 | } |
| @@ -5372,9 +5405,11 @@ form.offer-project { | @@ -5372,9 +5405,11 @@ form.offer-project { | ||
| 5372 | float: left; | 5405 | float: left; |
| 5373 | width: 100%; | 5406 | width: 100%; |
| 5374 | } | 5407 | } |
| 5408 | + | ||
| 5375 | .search-profile-blocks:hover { | 5409 | .search-profile-blocks:hover { |
| 5376 | box-shadow: 0px 0px 5px 0px rgba(149, 149, 149, 0.75); | 5410 | box-shadow: 0px 0px 5px 0px rgba(149, 149, 149, 0.75); |
| 5377 | } | 5411 | } |
| 5412 | + | ||
| 5378 | .search-profile-blocks:first-child { | 5413 | .search-profile-blocks:first-child { |
| 5379 | margin-top: 0 | 5414 | margin-top: 0 |
| 5380 | } | 5415 | } |
| @@ -5814,7 +5849,7 @@ ul.min_markers_two { | @@ -5814,7 +5849,7 @@ ul.min_markers_two { | ||
| 5814 | .right-proektant-cabinet { | 5849 | .right-proektant-cabinet { |
| 5815 | width: 222px; | 5850 | width: 222px; |
| 5816 | position: absolute; | 5851 | position: absolute; |
| 5817 | - top:0; | 5852 | + top: 0; |
| 5818 | right: 0; | 5853 | right: 0; |
| 5819 | height: 100%; | 5854 | height: 100%; |
| 5820 | } | 5855 | } |
| @@ -5901,8 +5936,6 @@ ul.min_markers_two { | @@ -5901,8 +5936,6 @@ ul.min_markers_two { | ||
| 5901 | 5936 | ||
| 5902 | } | 5937 | } |
| 5903 | 5938 | ||
| 5904 | - | ||
| 5905 | - | ||
| 5906 | .right-proektant-cabinet-candidate span { | 5939 | .right-proektant-cabinet-candidate span { |
| 5907 | font-size: 11px; | 5940 | font-size: 11px; |
| 5908 | color: #0072bc; | 5941 | color: #0072bc; |
| @@ -5916,7 +5949,7 @@ ul.min_markers_two { | @@ -5916,7 +5949,7 @@ ul.min_markers_two { | ||
| 5916 | } | 5949 | } |
| 5917 | 5950 | ||
| 5918 | .right-proektant-cabinet-message-new { | 5951 | .right-proektant-cabinet-message-new { |
| 5919 | - width: 100%; | 5952 | + width: 100%; |
| 5920 | margin-top: 12px; | 5953 | margin-top: 12px; |
| 5921 | } | 5954 | } |
| 5922 | 5955 | ||
| @@ -12210,17 +12243,20 @@ li.active-menu-admin:hover a .ico_num { | @@ -12210,17 +12243,20 @@ li.active-menu-admin:hover a .ico_num { | ||
| 12210 | 12243 | ||
| 12211 | margin-top: -3px; | 12244 | margin-top: -3px; |
| 12212 | } | 12245 | } |
| 12246 | + | ||
| 12213 | .comments-name span { | 12247 | .comments-name span { |
| 12214 | - color: inherit; | 12248 | + color: inherit; |
| 12215 | } | 12249 | } |
| 12216 | 12250 | ||
| 12217 | .comments-name a { | 12251 | .comments-name a { |
| 12218 | color: #0072bc; | 12252 | color: #0072bc; |
| 12219 | text-decoration: none; | 12253 | text-decoration: none; |
| 12220 | } | 12254 | } |
| 12255 | + | ||
| 12221 | .new-portf-comm-read .comments-name a, .new-portf-comm-read .comments-name span { | 12256 | .new-portf-comm-read .comments-name a, .new-portf-comm-read .comments-name span { |
| 12222 | font-size: 13px; | 12257 | font-size: 13px; |
| 12223 | } | 12258 | } |
| 12259 | + | ||
| 12224 | .comments-name a:hover { | 12260 | .comments-name a:hover { |
| 12225 | text-decoration: underline | 12261 | text-decoration: underline |
| 12226 | } | 12262 | } |
| @@ -12238,11 +12274,16 @@ li.active-menu-admin:hover a .ico_num { | @@ -12238,11 +12274,16 @@ li.active-menu-admin:hover a .ico_num { | ||
| 12238 | text-align: center; | 12274 | text-align: center; |
| 12239 | text-decoration: none; | 12275 | text-decoration: none; |
| 12240 | } | 12276 | } |
| 12277 | + | ||
| 12241 | .artbox_project_make_trash, .artbox_project_make_new { | 12278 | .artbox_project_make_trash, .artbox_project_make_new { |
| 12242 | margin-left: 0; | 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 | .fix_te .artbox_comment_delete_answer, .artbox_comment_delete { | 12287 | .fix_te .artbox_comment_delete_answer, .artbox_comment_delete { |
| 12247 | color: #f10b00; | 12288 | color: #f10b00; |
| 12248 | border: 1px solid #f10b00; | 12289 | border: 1px solid #f10b00; |
| @@ -12357,19 +12398,23 @@ li.active-menu-admin:hover a .ico_num { | @@ -12357,19 +12398,23 @@ li.active-menu-admin:hover a .ico_num { | ||
| 12357 | top: 50px; | 12398 | top: 50px; |
| 12358 | z-index: 10; | 12399 | z-index: 10; |
| 12359 | } | 12400 | } |
| 12401 | + | ||
| 12360 | .portfolio_user_figure { | 12402 | .portfolio_user_figure { |
| 12361 | width: 25%; | 12403 | width: 25%; |
| 12362 | padding: 0 10px; | 12404 | padding: 0 10px; |
| 12363 | display: inline-block; | 12405 | display: inline-block; |
| 12364 | } | 12406 | } |
| 12407 | + | ||
| 12365 | .portfolio_user_figure .portfolio_user_image { | 12408 | .portfolio_user_figure .portfolio_user_image { |
| 12366 | width: 100%; | 12409 | width: 100%; |
| 12367 | } | 12410 | } |
| 12411 | + | ||
| 12368 | .portfolio_user_figure .portfolio_user_caption { | 12412 | .portfolio_user_figure .portfolio_user_caption { |
| 12369 | text-align: center; | 12413 | text-align: center; |
| 12370 | } | 12414 | } |
| 12415 | + | ||
| 12371 | /*.field-portfolio-cover.has-error.success_download .help-block {*/ | 12416 | /*.field-portfolio-cover.has-error.success_download .help-block {*/ |
| 12372 | - /*display: none;*/ | 12417 | +/*display: none;*/ |
| 12373 | /*}*/ | 12418 | /*}*/ |
| 12374 | .new-portf-comm-read .blog-post-date { | 12419 | .new-portf-comm-read .blog-post-date { |
| 12375 | margin-top: 17px; | 12420 | margin-top: 17px; |
| @@ -12378,8 +12423,12 @@ li.active-menu-admin:hover a .ico_num { | @@ -12378,8 +12423,12 @@ li.active-menu-admin:hover a .ico_num { | ||
| 12378 | .new-portf-add-comm .input-blocks-comm:first-child { | 12423 | .new-portf-add-comm .input-blocks-comm:first-child { |
| 12379 | margin-left: 0; | 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 | position: absolute; | 12432 | position: absolute; |
| 12384 | font-size: 13px; | 12433 | font-size: 13px; |
| 12385 | color: #b7b7b7; | 12434 | color: #b7b7b7; |
| @@ -12388,7 +12437,8 @@ li.active-menu-admin:hover a .ico_num { | @@ -12388,7 +12437,8 @@ li.active-menu-admin:hover a .ico_num { | ||
| 12388 | left: 240px; | 12437 | left: 240px; |
| 12389 | width: 165px; | 12438 | width: 165px; |
| 12390 | } | 12439 | } |
| 12391 | -.fix_onions .comments-name{ | 12440 | + |
| 12441 | +.fix_onions .comments-name { | ||
| 12392 | font-weight: 700; | 12442 | font-weight: 700; |
| 12393 | } | 12443 | } |
| 12394 | 12444 | ||
| @@ -12399,7 +12449,12 @@ li.active-menu-admin:hover a .ico_num { | @@ -12399,7 +12449,12 @@ li.active-menu-admin:hover a .ico_num { | ||
| 12399 | color: #b7b7b7;; | 12449 | color: #b7b7b7;; |
| 12400 | font-size: 13px; | 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 | #modal_form_contacts .fileloader-list { | 12458 | #modal_form_contacts .fileloader-list { |
| 12404 | position: absolute; | 12459 | position: absolute; |
| 12405 | top: 34px; | 12460 | top: 34px; |
| @@ -12408,6 +12463,7 @@ li.active-menu-admin:hover a .ico_num { | @@ -12408,6 +12463,7 @@ li.active-menu-admin:hover a .ico_num { | ||
| 12408 | height: 19px; | 12463 | height: 19px; |
| 12409 | text-align: right; | 12464 | text-align: right; |
| 12410 | } | 12465 | } |
| 12466 | + | ||
| 12411 | #modal_form_contacts .fileloader-item-name { | 12467 | #modal_form_contacts .fileloader-item-name { |
| 12412 | width: 100%; | 12468 | width: 100%; |
| 12413 | height: 19px; | 12469 | height: 19px; |
| @@ -12416,12 +12472,14 @@ li.active-menu-admin:hover a .ico_num { | @@ -12416,12 +12472,14 @@ li.active-menu-admin:hover a .ico_num { | ||
| 12416 | box-sizing: border-box; | 12472 | box-sizing: border-box; |
| 12417 | padding-left: 20px; | 12473 | padding-left: 20px; |
| 12418 | } | 12474 | } |
| 12475 | + | ||
| 12419 | #modal_form_contacts .fileloader-item-name a { | 12476 | #modal_form_contacts .fileloader-item-name a { |
| 12420 | position: relative; | 12477 | position: relative; |
| 12421 | font-size: 13px; | 12478 | font-size: 13px; |
| 12422 | color: #333 !important; | 12479 | color: #333 !important; |
| 12423 | border-bottom: 0 !important; | 12480 | border-bottom: 0 !important; |
| 12424 | } | 12481 | } |
| 12482 | + | ||
| 12425 | #modal_form_contacts .fileloader-item-name a:before { | 12483 | #modal_form_contacts .fileloader-item-name a:before { |
| 12426 | position: absolute; | 12484 | position: absolute; |
| 12427 | content: ''; | 12485 | content: ''; |
| @@ -12431,6 +12489,7 @@ li.active-menu-admin:hover a .ico_num { | @@ -12431,6 +12489,7 @@ li.active-menu-admin:hover a .ico_num { | ||
| 12431 | top: 4px; | 12489 | top: 4px; |
| 12432 | left: -17px; | 12490 | left: -17px; |
| 12433 | } | 12491 | } |
| 12492 | + | ||
| 12434 | #modal_form_contacts .fileloader-item-remove { | 12493 | #modal_form_contacts .fileloader-item-remove { |
| 12435 | position: absolute; | 12494 | position: absolute; |
| 12436 | top: 50%; | 12495 | top: 50%; |
| @@ -12441,8 +12500,16 @@ li.active-menu-admin:hover a .ico_num { | @@ -12441,8 +12500,16 @@ li.active-menu-admin:hover a .ico_num { | ||
| 12441 | background: url("/images/delet-file.png") no-repeat; | 12500 | background: url("/images/delet-file.png") no-repeat; |
| 12442 | padding-left: 0 !important; | 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 | .general_avatar-wr #image_remove_img { | 12513 | .general_avatar-wr #image_remove_img { |
| 12447 | left: auto !important; | 12514 | left: auto !important; |
| 12448 | right: -13px; | 12515 | right: -13px; |
| @@ -12453,13 +12520,17 @@ li.active-menu-admin:hover a .ico_num { | @@ -12453,13 +12520,17 @@ li.active-menu-admin:hover a .ico_num { | ||
| 12453 | 12520 | ||
| 12454 | /* specialisations */ | 12521 | /* specialisations */ |
| 12455 | 12522 | ||
| 12456 | -.new-spec-block{ | 12523 | +.new-spec-block { |
| 12457 | width: 100%; | 12524 | width: 100%; |
| 12458 | position: relative; | 12525 | position: relative; |
| 12459 | font-size: 13px; | 12526 | font-size: 13px; |
| 12460 | margin-bottom: 15px; | 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 | .new-spec-block ul.content-menu-first li { | 12534 | .new-spec-block ul.content-menu-first li { |
| 12464 | width: 100%; | 12535 | width: 100%; |
| 12465 | list-style: none; | 12536 | list-style: none; |
| @@ -12472,6 +12543,7 @@ li.active-menu-admin:hover a .ico_num { | @@ -12472,6 +12543,7 @@ li.active-menu-admin:hover a .ico_num { | ||
| 12472 | transition: 0.3s; | 12543 | transition: 0.3s; |
| 12473 | background: #fff; | 12544 | background: #fff; |
| 12474 | } | 12545 | } |
| 12546 | + | ||
| 12475 | .new-spec-block ul.content-menu-first li > ul { | 12547 | .new-spec-block ul.content-menu-first li > ul { |
| 12476 | position: absolute; | 12548 | position: absolute; |
| 12477 | top: 0; | 12549 | top: 0; |
| @@ -12479,6 +12551,7 @@ li.active-menu-admin:hover a .ico_num { | @@ -12479,6 +12551,7 @@ li.active-menu-admin:hover a .ico_num { | ||
| 12479 | width: 235px; | 12551 | width: 235px; |
| 12480 | height: 100%; | 12552 | height: 100%; |
| 12481 | } | 12553 | } |
| 12554 | + | ||
| 12482 | .new-spec-block ul.content-menu-first li > ul li { | 12555 | .new-spec-block ul.content-menu-first li > ul li { |
| 12483 | height: auto; | 12556 | height: auto; |
| 12484 | line-height: 14px; | 12557 | line-height: 14px; |
| @@ -12486,6 +12559,7 @@ li.active-menu-admin:hover a .ico_num { | @@ -12486,6 +12559,7 @@ li.active-menu-admin:hover a .ico_num { | ||
| 12486 | padding: 8px 8px 7px 19px; | 12559 | padding: 8px 8px 7px 19px; |
| 12487 | width: 235px; | 12560 | width: 235px; |
| 12488 | } | 12561 | } |
| 12562 | + | ||
| 12489 | .new-spec-block ul.content-menu-first li > ul { | 12563 | .new-spec-block ul.content-menu-first li > ul { |
| 12490 | position: absolute; | 12564 | position: absolute; |
| 12491 | top: 0; | 12565 | top: 0; |
| @@ -12493,12 +12567,14 @@ li.active-menu-admin:hover a .ico_num { | @@ -12493,12 +12567,14 @@ li.active-menu-admin:hover a .ico_num { | ||
| 12493 | width: 235px; | 12567 | width: 235px; |
| 12494 | height: 100%; | 12568 | height: 100%; |
| 12495 | } | 12569 | } |
| 12570 | + | ||
| 12496 | .new-spec-block ul.third-ul-menu li { | 12571 | .new-spec-block ul.third-ul-menu li { |
| 12497 | background: #fff !important; | 12572 | background: #fff !important; |
| 12498 | border-left: 1px solid #dfdfdf; | 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 | .new-spec-block .search-work-form input[type="checkbox"] + label span { | 12578 | .new-spec-block .search-work-form input[type="checkbox"] + label span { |
| 12503 | width: 12px; | 12579 | width: 12px; |
| 12504 | height: 12px; | 12580 | height: 12px; |
| @@ -12507,13 +12583,21 @@ li.active-menu-admin:hover a .ico_num { | @@ -12507,13 +12583,21 @@ li.active-menu-admin:hover a .ico_num { | ||
| 12507 | transition: 0.2s; | 12583 | transition: 0.2s; |
| 12508 | margin-top: 3px; | 12584 | margin-top: 3px; |
| 12509 | } | 12585 | } |
| 12586 | + | ||
| 12510 | .new-spec-block ul.content-menu-first li > ul li { | 12587 | .new-spec-block ul.content-menu-first li > ul li { |
| 12511 | height: auto; | 12588 | height: auto; |
| 12512 | min-height: 30px; | 12589 | min-height: 30px; |
| 12513 | padding: 8px 8px 7px 19px; | 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 | .left-search-work .admin-specialization-selected ul { | 12601 | .left-search-work .admin-specialization-selected ul { |
| 12518 | width: 105%; | 12602 | width: 105%; |
| 12519 | max-height: 250px; | 12603 | max-height: 250px; |
| @@ -12521,7 +12605,13 @@ li.active-menu-admin:hover a .ico_num { | @@ -12521,7 +12605,13 @@ li.active-menu-admin:hover a .ico_num { | ||
| 12521 | overflow-y: auto; | 12605 | overflow-y: auto; |
| 12522 | margin: 0px 0px 15px -10px; | 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 | .left-search-work .admin-specialization-selected ul li:before { | 12615 | .left-search-work .admin-specialization-selected ul li:before { |
| 12526 | right: 8px; | 12616 | right: 8px; |
| 12527 | } | 12617 | } |
| 12528 | \ No newline at end of file | 12618 | \ No newline at end of file |