Skip to content
Snippets Groups Projects
Commit 4e6caf19 authored by Géry Debongnie's avatar Géry Debongnie
Browse files

[FIX] im_livechat: style chat windows in im_livechat

They are hidden in mobile mode, but we don't want to deactivate chat
windows in website livechat.
parent a53bd875
No related branches found
No related tags found
No related merge requests found
......@@ -18,52 +18,62 @@
border-top-right-radius: 5px;
}
/* Livechat Rating : feedback smiley */
.o_chat_window .o_chat_content .o_livechat_rating {
padding: 15px;
.o_chat_window {
display: flex;
max-height: 100%;
max-width: 100%;
z-index: 1000; // to go over the navbar
.o_thread_date_separator {
display: none;
}
.o_chat_content .o_livechat_rating {
/* Livechat Rating : feedback smiley */
padding: 15px;
.o_livechat_no_feedback {
padding-top: 20px;
text-align: right;
font-size: 12px;
.o_livechat_no_feedback {
padding-top: 20px;
text-align: right;
font-size: 12px;
> em {
cursor: pointer;
> em {
cursor: pointer;
}
}
}
.o_livechat_rating_feedback_text {
text-align: justify;
}
.o_livechat_rating_feedback_text {
text-align: justify;
}
.o_livechat_rating_choices {
margin: 10px 0;
text-align: center;
.o_livechat_rating_choices {
margin: 10px 0;
text-align: center;
> img {
width: 50px;
opacity: 0.60;
cursor: pointer;
margin: 5px;
&:hover, &.selected {
opacity: 1;
> img {
width: 50px;
opacity: 0.60;
cursor: pointer;
margin: 5px;
&:hover, &.selected {
opacity: 1;
}
}
}
}
/* feedback reason */
.o_livechat_rating_reason {
margin: 10px 0;
display: none; /* hidden by default */
/* feedback reason */
.o_livechat_rating_reason {
margin: 10px 0;
display: none; /* hidden by default */
> textarea {
width: 100%;
height: 70px;
resize: none;
> textarea {
width: 100%;
height: 70px;
resize: none;
}
}
}
.o_livechat_rating_reason_button > input {
float: right;
.o_livechat_rating_reason_button > input {
float: right;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment