Commit 6a5d7ec9d52cb7abf75b0993e0d8ebede9662a83
1 parent
a4738e8f
tokar commit
Showing
1 changed file
with
222 additions
and
8 deletions
Show diff stats
frontend/web/css/style.css
@@ -2993,6 +2993,7 @@ input[type=file]::-webkit-file-upload-button { | @@ -2993,6 +2993,7 @@ input[type=file]::-webkit-file-upload-button { | ||
2993 | border-bottom: 1px solid #dbdbdb; | 2993 | border-bottom: 1px solid #dbdbdb; |
2994 | margin: 10px 10px 0 10px; | 2994 | margin: 10px 10px 0 10px; |
2995 | width: 210px; | 2995 | width: 210px; |
2996 | + height: 27px; | ||
2996 | float: left; | 2997 | float: left; |
2997 | box-sizing: border-box; | 2998 | box-sizing: border-box; |
2998 | padding: 0 0 8px 10px; | 2999 | padding: 0 0 8px 10px; |
@@ -4624,7 +4625,7 @@ input.custom-radio:checked + label, input.custom-check:checked + label { | @@ -4624,7 +4625,7 @@ input.custom-radio:checked + label, input.custom-check:checked + label { | ||
4624 | border:none !important; | 4625 | border:none !important; |
4625 | } | 4626 | } |
4626 | input.custom-radio + label span, input.custom-check + label span { | 4627 | input.custom-radio + label span, input.custom-check + label span { |
4627 | - margin-top: 2px; | 4628 | + margin-top: 4px; |
4628 | } | 4629 | } |
4629 | input.custom-radio + label span { | 4630 | input.custom-radio + label span { |
4630 | width: 12px; | 4631 | width: 12px; |
@@ -4935,7 +4936,7 @@ input.disabled.admin-check:checked + label, input.disabled.admin-check:checked + | @@ -4935,7 +4936,7 @@ input.disabled.admin-check:checked + label, input.disabled.admin-check:checked + | ||
4935 | } | 4936 | } |
4936 | 4937 | ||
4937 | .input-blocks-wrapper.captcha-wr .help-block {float: left} | 4938 | .input-blocks-wrapper.captcha-wr .help-block {float: left} |
4938 | -.has-error .help-block {display: block ;color: inherit} | 4939 | +.has-error .help-block {display: block ;color: inherit; background: #fff} |
4939 | .help-block:before { | 4940 | .help-block:before { |
4940 | content: ''; | 4941 | content: ''; |
4941 | width: 20px; | 4942 | width: 20px; |
@@ -5050,6 +5051,202 @@ input.disabled.admin-check:checked + label, input.disabled.admin-check:checked + | @@ -5050,6 +5051,202 @@ input.disabled.admin-check:checked + label, input.disabled.admin-check:checked + | ||
5050 | background: #62b8ef; | 5051 | background: #62b8ef; |
5051 | color: #fff; | 5052 | color: #fff; |
5052 | } | 5053 | } |
5054 | +.new-portfolio-bg, .new-portfolio-bg img {width: 100%; height: 280px} | ||
5055 | +.new-portfolio-icons {width: 520px; float: left} | ||
5056 | +.new-portfolio-rating {float: right; margin-top: 13px} | ||
5057 | +.new-portfolio-icons .portfolio-project-views-wr {width: 100%; border-bottom: 0; margin: 12px 0 0 0; padding: 0} | ||
5058 | +.new-portf-slider-title {font-size: 24px} | ||
5059 | +.new-portf-slider-wr {margin-top: -2px} | ||
5060 | +.new-portf-slider { | ||
5061 | + height: 150px; | ||
5062 | + position: relative; | ||
5063 | + margin-top: 24px; | ||
5064 | +} | ||
5065 | +.new-portfolio-txt-wrapper { | ||
5066 | + margin-top: 26px; | ||
5067 | + line-height: 20px; | ||
5068 | + font-size: 13px; | ||
5069 | + border-bottom: 1px solid #dcdcdc; | ||
5070 | + padding-bottom: 17px; | ||
5071 | +} | ||
5072 | +.new-portfolio-editor p { | ||
5073 | + font-size: 13px; line-height: 20px; color: inherit; | ||
5074 | +} | ||
5075 | +.new-portfolio-editor p:first-child{margin-top: 0} | ||
5076 | +.new-portfolio-see-all span {font-size: 13px; color: #0072bc; border-bottom: 1px dashed #0072bc; cursor: pointer; position: relative; height: 15px; float: left; display: block} | ||
5077 | +.new-portfolio-see-all {margin-top: 10px;} | ||
5078 | +.new-portfolio-see-all span:before { | ||
5079 | + content: ''; | ||
5080 | + position: absolute; | ||
5081 | + top: 8px; | ||
5082 | + right: -14px; | ||
5083 | + width: 8px; | ||
5084 | + height: 4px; | ||
5085 | + background: url("/images/arrow-select.png") no-repeat; | ||
5086 | +} | ||
5087 | +.new-portfolio-txt .new-portfolio-see-all span:before{transform: rotate(180deg);top: 9px} | ||
5088 | +.new-portfolio-txt-wrapper .new-portfolio-txt {height: 0; overflow: hidden} | ||
5089 | +.new-portfolio-txt-wrapper.show-all .new-portfolio-txt{height: auto;} | ||
5090 | +.new-portfolio-txt-wrapper.show-all .new-portfolio-excerpt{display: none} | ||
5091 | +.new-portf-comments-wr {margin-top: 28px} | ||
5092 | +.new-portf-comm-count {font-size: 18px} | ||
5093 | + | ||
5094 | +.input-blocks-comm { | ||
5095 | + width: 230px;float: left; | ||
5096 | + margin-left: 34px; | ||
5097 | + position: relative; | ||
5098 | +} | ||
5099 | +.input-blocks-comm:first-child{margin-left: 0} | ||
5100 | +.new-portf-add-comm {padding: 24px 20px 0 20px; box-sizing: border-box; | ||
5101 | + margin-top: 10px; | ||
5102 | + padding-bottom: 30px; | ||
5103 | + background: #f1f1f1;} | ||
5104 | +.input-blocks-comm.area-comm { | ||
5105 | + width: 680px; | ||
5106 | + margin-left: 0; | ||
5107 | + margin-top: 10px; | ||
5108 | + position: relative; | ||
5109 | +} | ||
5110 | +.custom-input-4 { | ||
5111 | + width: 230px; | ||
5112 | + height: 32px; | ||
5113 | + border: 0; | ||
5114 | + box-sizing: border-box; | ||
5115 | + outline: none; | ||
5116 | + color: #333; | ||
5117 | + font-size: 13px; | ||
5118 | + line-height: 29px; | ||
5119 | + padding-left: 8px; | ||
5120 | + margin-top: 5px; | ||
5121 | +} | ||
5122 | +.custom-area-4 { | ||
5123 | + min-height: 142px; | ||
5124 | + max-height: 142px; | ||
5125 | + resize: none; | ||
5126 | + width: 100%; | ||
5127 | + max-width: 100%; | ||
5128 | + border: 0; | ||
5129 | + box-sizing: border-box; | ||
5130 | + outline: none; | ||
5131 | + color: #636363; | ||
5132 | + font-size: 13px; | ||
5133 | + padding-left: 8px; | ||
5134 | + padding-top: 8px; | ||
5135 | + margin-top: 5px; | ||
5136 | +} | ||
5137 | +.input-blocks-comm label { | ||
5138 | + font-size: 13px; | ||
5139 | + color: #454545; | ||
5140 | + font-weight: 700; | ||
5141 | +} | ||
5142 | +.custom-area-4:focus, .custom-input-4:focus {box-shadow: 1px 2px 2px 0px rgba(215, 215, 215, 0.75) inset; transition: 0.1s; outline: none} | ||
5143 | +.input-blocks-comm-button {text-align: right;margin-top: 16px} | ||
5144 | +.input-blocks-comm-button button { | ||
5145 | + background: #0072bc; | ||
5146 | + color: #fff; | ||
5147 | + font-size: 13px; | ||
5148 | + height: 27px; | ||
5149 | + outline: none; | ||
5150 | + cursor: pointer; | ||
5151 | + border-radius: 4px; | ||
5152 | + padding: 0 17px; | ||
5153 | + border: 1px solid #0072bc; | ||
5154 | +} | ||
5155 | +.input-blocks-comm-button button:hover{background: none;color: #0072bc; transition: 0.2s;} | ||
5156 | +.input-blocks-comm-button button:focus, .input-blocks-comm-button button:active {background: #035B94; color: #fff} | ||
5157 | +.new-portf-comm-read-wr {margin-top: 29px} | ||
5158 | +.new-portf-comm-read { | ||
5159 | + width: 100%; | ||
5160 | + float: left; | ||
5161 | + padding-bottom: 13px; | ||
5162 | + border-bottom: 1px solid #dcdcdc; | ||
5163 | + margin-top: 30px; | ||
5164 | +} | ||
5165 | +.new-portf-comm-read:first-child{margin-top: 0} | ||
5166 | +.new-prof-wrapper-read { | ||
5167 | + float: left; | ||
5168 | + margin-left: 13px; | ||
5169 | +} | ||
5170 | +.new-portf-comm-read-title a{ | ||
5171 | + font-size: 13px; | ||
5172 | + text-decoration: none; | ||
5173 | + color: #0072bc; | ||
5174 | +} | ||
5175 | +.new-portf-comm-read-title a:hover {text-decoration: underline} | ||
5176 | +.new-portf-comm-read-title { | ||
5177 | + margin-top: -5px; | ||
5178 | +} | ||
5179 | +.new-portf-comm-read-rating {height: 30px; box-sizing: border-box; padding-top: 1px} | ||
5180 | +.new-portf-comm-read-rating .rating{margin-top: 8px} | ||
5181 | +.new-portf-comm-read-rating .vote-stars, .new-portf-comm-read-rating .vote-active, .new-portfolio-rating .vote-stars, .new-portfolio-rating .vote-active {cursor: pointer!important;} | ||
5182 | +.new-portf-answer { | ||
5183 | + width: 100%; | ||
5184 | + float: left; | ||
5185 | + font-size: 13px; | ||
5186 | + line-height: 20px; | ||
5187 | + margin-top: 10px; | ||
5188 | +} | ||
5189 | +.new-portf-answer p { | ||
5190 | + width: 100%; | ||
5191 | + float: left; | ||
5192 | + font-size: 13px; | ||
5193 | + line-height: 20px; | ||
5194 | +} | ||
5195 | +.new-portf-answer p:first-child{margin-top: 0} | ||
5196 | +.new-portf-slider #demo5-btn { | ||
5197 | + height: 150px; | ||
5198 | +} | ||
5199 | +.new-portf-slider .scroll-img { | ||
5200 | + width: 670px; | ||
5201 | + height: 150px; | ||
5202 | + position: absolute; | ||
5203 | + margin-left: 25px; | ||
5204 | + z-index: 1; | ||
5205 | + overflow: hidden; | ||
5206 | +} | ||
5207 | +.new-portf-slider .scroll-img li{ | ||
5208 | + margin-left: 20px; | ||
5209 | + width: 210px; | ||
5210 | +} | ||
5211 | +.new-portf-slider .scroll-img li:first-child{ | ||
5212 | + margin-left: 0; | ||
5213 | +} | ||
5214 | +.input-blocks-comm .required:before { | ||
5215 | + display: block; | ||
5216 | + content: "*"; | ||
5217 | + color: #D40000; | ||
5218 | + position: absolute; | ||
5219 | + top: 32px; | ||
5220 | + left: -12px; | ||
5221 | + width: 15px; | ||
5222 | +} | ||
5223 | + | ||
5224 | +.help-block { | ||
5225 | + /*width: 320px;*/ | ||
5226 | + /*margin-left: -10px;*/ | ||
5227 | + /*text-align: center;*/ | ||
5228 | + /*position: relative;*/ | ||
5229 | + /*border: 1px solid #c1c1c1;*/ | ||
5230 | + /*margin-top: 25px;*/ | ||
5231 | + /*box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, .5), inset 0 -3px 0 0 #c1c1c1;*/ | ||
5232 | + /*padding: 15px 0;*/ | ||
5233 | + /*display: none;*/ | ||
5234 | +} | ||
5235 | +.has-error .help-block { | ||
5236 | + /*display: block;*/ | ||
5237 | + /*color: inherit;*/ | ||
5238 | + /*background: #fff;*/ | ||
5239 | +} | ||
5240 | +.new-portf-add-comm .help-block{ | ||
5241 | + width: 230px; | ||
5242 | + margin-left: 0; | ||
5243 | +} | ||
5244 | +.new-portfolio-rating .rating{ | ||
5245 | + width: auto; | ||
5246 | + float: right; | ||
5247 | + margin-right: -5px; | ||
5248 | +} | ||
5249 | + | ||
5053 | 5250 | ||
5054 | 5251 | ||
5055 | 5252 | ||
@@ -5450,13 +5647,14 @@ ul.menu-admin li.logout-li, ul.menu-admin li.logout-li a, ul.menu-admin li:last- | @@ -5450,13 +5647,14 @@ ul.menu-admin li.logout-li, ul.menu-admin li.logout-li a, ul.menu-admin li:last- | ||
5450 | .skills-admin-wrapper .glyphicon, .admin-contacts-wr .glyphicon { | 5647 | .skills-admin-wrapper .glyphicon, .admin-contacts-wr .glyphicon { |
5451 | position: absolute; | 5648 | position: absolute; |
5452 | top: 50%; | 5649 | top: 50%; |
5453 | - margin-top: -3px; | 5650 | + margin-top: -1px; |
5651 | + /*margin-top: -3px;*/ | ||
5454 | left: 311px; | 5652 | left: 311px; |
5455 | } | 5653 | } |
5456 | .admin-contacts-wr .glyphicon {margin-top: 0; top: 43px} | 5654 | .admin-contacts-wr .glyphicon {margin-top: 0; top: 43px} |
5457 | .admin-contacts-wr .form-group:first-child .glyphicon {top: 31px} | 5655 | .admin-contacts-wr .form-group:first-child .glyphicon {top: 31px} |
5458 | 5656 | ||
5459 | -.education-skills .glyphicon {top: 13px; margin-top: 0; margin-left: 105px} | 5657 | +.education-skills .glyphicon {top: 18px; margin-top: 0; margin-left: 105px} |
5460 | .skills-admin-wrapper .glyphicon-trash:before, .admin-contacts-wr .glyphicon-trash:before{ | 5658 | .skills-admin-wrapper .glyphicon-trash:before, .admin-contacts-wr .glyphicon-trash:before{ |
5461 | content: '' !important; | 5659 | content: '' !important; |
5462 | width: 13px; | 5660 | width: 13px; |
@@ -5491,8 +5689,11 @@ ul.menu-admin li.logout-li, ul.menu-admin li.logout-li a, ul.menu-admin li:last- | @@ -5491,8 +5689,11 @@ ul.menu-admin li.logout-li, ul.menu-admin li.logout-li a, ul.menu-admin li:last- | ||
5491 | .skills-add-wr .form-group .input-blocks{margin-top: 5px} | 5689 | .skills-add-wr .form-group .input-blocks{margin-top: 5px} |
5492 | .admin-contacts-wr .form-group .input-blocks{margin-top: 11px} | 5690 | .admin-contacts-wr .form-group .input-blocks{margin-top: 11px} |
5493 | .skills-add-wr .form-group:first-child .input-blocks:first-child, .admin-contacts-wr .form-group:first-child .input-blocks{margin-top: 0} | 5691 | .skills-add-wr .form-group:first-child .input-blocks:first-child, .admin-contacts-wr .form-group:first-child .input-blocks{margin-top: 0} |
5692 | +.skills-add-wr .form-group:first-child .glyphicon { | ||
5693 | + top: 13px; | ||
5694 | +} | ||
5494 | .skills-programs .input-blocks input {margin-top: 10px} | 5695 | .skills-programs .input-blocks input {margin-top: 10px} |
5495 | -.skills-programs .input-blocks .form-group:first-child input {margin-top: 5px} | 5696 | +.skills-programs .input-blocks .form-group:first-child input {margin-top: 10px} |
5496 | .skills-save-btn { | 5697 | .skills-save-btn { |
5497 | border-top: 1px solid #dbdbdb; | 5698 | border-top: 1px solid #dbdbdb; |
5498 | padding-top: 28px; | 5699 | padding-top: 28px; |
@@ -5550,10 +5751,10 @@ a.blog-new-link:hover{text-decoration: underline !important;} | @@ -5550,10 +5751,10 @@ a.blog-new-link:hover{text-decoration: underline !important;} | ||
5550 | 5751 | ||
5551 | /****calendar****/ | 5752 | /****calendar****/ |
5552 | .ui-widget-header { | 5753 | .ui-widget-header { |
5553 | -background: #0072bc; | 5754 | + background: #0072bc; |
5554 | } | 5755 | } |
5555 | .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { | 5756 | .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { |
5556 | -background: #f3f3f3; | 5757 | + background: #f3f3f3; |
5557 | border: #fff; | 5758 | border: #fff; |
5558 | } | 5759 | } |
5559 | .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl, .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr, .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { | 5760 | .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl, .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr, .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { |
@@ -5641,9 +5842,9 @@ a {color: #0072bc} | @@ -5641,9 +5842,9 @@ a {color: #0072bc} | ||
5641 | .admin-all-pages-wr table {font-size: 13px} | 5842 | .admin-all-pages-wr table {font-size: 13px} |
5642 | .admin-all-pages-wr table > thead > tr > th {vertical-align: middle} | 5843 | .admin-all-pages-wr table > thead > tr > th {vertical-align: middle} |
5643 | .admin-all-pages-wr table tr td:last-child{min-width: 52px; padding: 0 8px} | 5844 | .admin-all-pages-wr table tr td:last-child{min-width: 52px; padding: 0 8px} |
5845 | +.admin-all-pages-wr table tr td:first-child {min-width: 61px} | ||
5644 | .admin-all-pages-wr table tr td:last-child a{margin-left: 5px} | 5846 | .admin-all-pages-wr table tr td:last-child a{margin-left: 5px} |
5645 | .admin-all-pages-wr table tr td:last-child a:first-child{margin-left: 0} | 5847 | .admin-all-pages-wr table tr td:last-child a:first-child{margin-left: 0} |
5646 | -.admin-all-pages-wr table tr td:first-child {min-width: 61px} | ||
5647 | .admin-all-pages-wr table .empty{font-size: 15px; margin: 10px 0} | 5848 | .admin-all-pages-wr table .empty{font-size: 15px; margin: 10px 0} |
5648 | .admin-all-pages-wr .pagination {float: right} | 5849 | .admin-all-pages-wr .pagination {float: right} |
5649 | .admin-all-pages-wr .pagination > li > a, .pagination > li > span { | 5850 | .admin-all-pages-wr .pagination > li > a, .pagination > li > span { |
@@ -5716,4 +5917,17 @@ a {color: #0072bc} | @@ -5716,4 +5917,17 @@ a {color: #0072bc} | ||
5716 | .admin-who-check-payment .custom-check + label:hover {border-bottom: 1px solid #333333} | 5917 | .admin-who-check-payment .custom-check + label:hover {border-bottom: 1px solid #333333} |
5717 | .admin-service-wr .input-blocks-wrapper { | 5918 | .admin-service-wr .input-blocks-wrapper { |
5718 | margin-top: 24px; | 5919 | margin-top: 24px; |
5920 | +} | ||
5921 | +.admin-vacancy-check .admin-who-check-payment { | ||
5922 | + margin-top: 10px; | ||
5923 | +} | ||
5924 | +.admin-vacancy-check .admin-who-check-payment:first-child {margin-top: 6px} | ||
5925 | +.admin-hint-vacancy-contact { | ||
5926 | + position: absolute; | ||
5927 | + top: 0; | ||
5928 | + margin-top: 30px; | ||
5929 | + left: 311px; | ||
5930 | + font-size: 13px; | ||
5931 | + color: #0072bc; | ||
5932 | + border-bottom: 1px dashed #0072bc; | ||
5719 | } | 5933 | } |
5720 | \ No newline at end of file | 5934 | \ No newline at end of file |