mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-27 11:52:00 +02:00
Initial commit: Sale packages
This commit is contained in:
commit
14e3d26998
6469 changed files with 2479670 additions and 0 deletions
|
|
@ -0,0 +1,48 @@
|
|||
/* ---- OpenChatter Website ---- */
|
||||
|
||||
.oe_msg {
|
||||
img.oe_msg_avatar {
|
||||
width: 50px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.oe_msg_attachment {
|
||||
display: inline-block;
|
||||
width: 120px;
|
||||
margin: 4px 2px;
|
||||
min-height: 80px;
|
||||
position: relative;
|
||||
border-radius: 3px;
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
|
||||
a {
|
||||
img.oe_attachment_embedded {
|
||||
display: block;
|
||||
position: relative;
|
||||
margin: 0 0 0 10px;
|
||||
width: 100px;
|
||||
height: 80px;
|
||||
border-radius: 1px;
|
||||
border: solid 3px #FFF;
|
||||
-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.19);
|
||||
-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.19);
|
||||
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.19);
|
||||
}
|
||||
|
||||
div.oe_attachment_name {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
padding: 1px 3px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 5px;
|
||||
background: #F4F5FA;
|
||||
overflow: hidden;
|
||||
color: #4c4c4c;
|
||||
text-shadow: none;
|
||||
border-radius: 3px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue