Commit 2f9e2fb3 authored by andre's avatar andre

перенос модуля faq с task-on.ru. правки css

parent 33111aad
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
padding: 0 20px; padding: 0 20px;
} }
.form_wr.radio_like_result.hidden{ /*.form_wr.radio_like_result.hidden{*/
display: none; /*display: none;*/
} /*}*/
.keys_list_bl { .keys_list_bl {
......
...@@ -1007,7 +1007,7 @@ textarea { ...@@ -1007,7 +1007,7 @@ textarea {
color: #fff; color: #fff;
line-height: 32px; line-height: 32px;
} }
.radio:checked + label { .radio_2:checked + label {
cursor: pointer; cursor: pointer;
height: 52px; height: 52px;
background-color: #67ac1d; background-color: #67ac1d;
...@@ -1015,11 +1015,11 @@ textarea { ...@@ -1015,11 +1015,11 @@ textarea {
color: #fff; color: #fff;
} }
.radio:not(checked) { .radio_2:not(checked) {
position: absolute; position: absolute;
opacity: 0; opacity: 0;
} }
.radio:not(checked) + label { .radio_2:not(checked) + label {
position: relative; position: relative;
background-color: #f4f4f4; background-color: #f4f4f4;
color: #7d7d7d; color: #7d7d7d;
...@@ -1044,24 +1044,24 @@ textarea { ...@@ -1044,24 +1044,24 @@ textarea {
height: 32px; height: 32px;
background: url(/images/icon_not_like.png) 0 center no-repeat; background: url(/images/icon_not_like.png) 0 center no-repeat;
} }
.radio.radio_like + label { .radio_2.radio_like + label {
background-color: #67ac1d; background-color: #67ac1d;
color: #fff; color: #fff;
-webkit-transition: all 0.5s; -webkit-transition: all 0.5s;
-o-transition: all 0.5s; -o-transition: all 0.5s;
transition: all 0.5s; transition: all 0.5s;
} }
.radio.radio_like + label:hover { .radio_2.radio_like + label:hover {
box-shadow: 2px 2px 8px 2px #7fd028; box-shadow: 2px 2px 8px 2px #7fd028;
} }
.radio.radio_not_like + label { .radio_2.radio_not_like + label {
background-color: #f4f4f4; background-color: #f4f4f4;
color: #7d7d7d; color: #7d7d7d;
-webkit-transition: all 0.5s; -webkit-transition: all 0.5s;
-o-transition: all 0.5s; -o-transition: all 0.5s;
transition: all 0.5s; transition: all 0.5s;
} }
.radio.radio_not_like + label:hover { .radio_2.radio_not_like + label:hover {
background-color: #ff5b57; background-color: #ff5b57;
color: #fff; color: #fff;
box-shadow: 2px 2px 8px 2px #ff5b57; box-shadow: 2px 2px 8px 2px #ff5b57;
...@@ -2652,4 +2652,17 @@ textarea::-moz-placeholder{ ...@@ -2652,4 +2652,17 @@ textarea::-moz-placeholder{
.icon_video, .icon_info_2 { .icon_video, .icon_info_2 {
float: left; float: left;
}
.reference_right_box input:not([type="radio"]):not([type="checkbox"]) {
border: none;
height: 50px;
padding: 0 20px;
border-radius: 3px;
font-size: 20px !important;
font-family: "Open Sans" !important;
font-weight: 400 !important;
margin-bottom: 25px;
width: 100%;
outline: none;
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment