mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 04:04:50 +08:00
11 lines
223 B
CSS
11 lines
223 B
CSS
.messageView .b-content .messageItemHeader .fromPic {
|
|
display: inline-block;
|
|
float: left;
|
|
width: 50px;
|
|
height: 50px;
|
|
padding: 2px;
|
|
margin: 0 5px 0 0;
|
|
background: #fff;
|
|
border: 1px solid #ccc;
|
|
border-radius: 6px;
|
|
}
|