Merge pull request #2035 from FlxAlbroscheit/develop
Preview the last 5 conversations in message-sidebar
This commit is contained in:
commit
631afe5810
5 changed files with 101 additions and 69 deletions
|
@ -3476,5 +3476,9 @@ ul.menu-popup {
|
|||
.videos .video-top-wrapper:hover .video-delete {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
#message-preview .mail-list-sender-url, #message-preview .mail-list-delete {
|
||||
display: none;
|
||||
}
|
||||
#message-preview .mail-list-outside-wrapper {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
|
|
@ -4146,5 +4146,9 @@ ul.notifications-menu-popup {
|
|||
margin-left: 40px;
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
|
||||
#message-preview .mail-list-sender, #message-preview .mail-list-delete {
|
||||
display:none;
|
||||
}
|
||||
#message-preview .mail-list-outside-wrapper {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
|
|
@ -3037,3 +3037,8 @@ a.mail-list-link {
|
|||
|
||||
/* upload/select popup */
|
||||
.fbrowser.image .photo-album-image-wrapper { margin-left: 10px; }
|
||||
#message-preview { margin-top: 15px; }
|
||||
#message-preview span { width: 100%; }
|
||||
#message-preview .mail-count, #message-preview .mail-delete { display:none; }
|
||||
#message-preview .mail-list-wrapper { padding: 3px; }
|
||||
#message-preview .mail-date { opacity:0.6; font-size:10px; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue