odoo/addons/mail/static/src/css/mail.css

173 lines
2.6 KiB
CSS
Raw Normal View History

/* Wall */
.oe_mail_wall {
overflow: auto;
padding: 5px 5px 5px 5px;
}
/* 2 columns view */
.oe_mail_wall_left {
float: left;
width: 65%;
}
.oe_mail_wall_right {
float: right;
width: 34%;
}
.oe_mail_wall_thread_content {
margin-left: 5%;
}
/* Thread */
.oe_mail_thread_main {
overflow: auto;
padding: 5px 5px 5px 5px;
}
/* Left-side CSS */
.oe_mail_actions {
margin-bottom: 10px;
}
.oe_mail_followers {
margin-bottom: 10px;
}
.oe_mail_followers_action, .oe_mail_followers_display {
}
/* 2 columns view */
.oe_mail_thread_left {
float: left;
width: 65%;
}
.oe_mail_thread_right {
float: right;
width: 34%;
}
.oe_mail_button_follow, .oe_mail_button_unfollow, .oe_mail_button_followers {
width: 120px;
}
/* Subscribers */
.oe_mail_followers_vignette {
float: left;
width: 20%%;
}
.oe_mail_followers_vignette img {
width: 80%;
}
/* ThreadDisplay */
.oe_mail_thread {
}
.oe_mail_thread_act {
}
.oe_mail_thread_display {
}
.oe_mail_thread_msg, .oe_mail_thread_act {
width: 80%;
white-space: normal;
margin-bottom: 5px;
border-bottom: 1px solid #D2D9E7;
}
.notification {
background: #E0E0E0;
}
.email {
background: #E0E0E0;
}
.oe_mail_thread_msg_more {
margin-left: 20%;
margin-right: 40%;
border: 1px solid #D2D9E7;
background: #E0E0E0;
text-align: center;
}
.oe_mail_thread_msg:after, .oe_mail_thread_act:after {
content: "";
display: block;
clear: both;
}
.oe_mail_button_comment {
width: 150px;
}
.oe_mail_action_textarea {
width: 60%;
height: 50px;
padding: 5px;
}
.oe_mail_msg_image {
float: left;
width: 45px;
height: 40px;
text-align: center;
overflow: hidden;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.oe_mail_msg_image img {
width: 40px;
height: auto;
clip: rect(10px, 100px, 110px, 0px);
}
.oe_mail_msg_content {
margin-left: 50px;
}
.oe_mail_msg_p {
padding: 0;
margin: 0;
}
.oe_mail_msg_p_email_header {
border-bottom: 1px solid #D2D9E7;
}
.oe_mail_msg_body a.reduce, .oe_mail_msg_body_short a.expand {
color: #4E43E7;
}
.oe_mail_msg_author {
color: #747474;
}
.oe_mail_msg_author a {
color: #4E43E7;
}
.oe_mail_msg_need_action, .oe_mail_msg_need_action a {
color: #C03000;
}
.oe_mail_msg_date {
color: #747474;
}