mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Added collapsable support for remote friends in common in vier theme
This commit is contained in:
parent
bfc11495f3
commit
4faa43766d
1 changed files with 10 additions and 1 deletions
|
@ -221,12 +221,21 @@ div.pager {
|
|||
margin-bottom: 5px; */
|
||||
}
|
||||
|
||||
.birthday-notice, .event-notice {
|
||||
.birthday-notice, .event-notice, #rfic-desc {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
#remote-friends-in-common-wrapper {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#rfic-desc {
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
|
||||
#live-network {
|
||||
/* border-bottom: 1px solid #BDCDD4; */
|
||||
border-bottom: 1px solid #D2D2D2;
|
||||
|
|
Loading…
Reference in a new issue