parent
4faa43766d
commit
4e3302ea0d
|
@ -2231,6 +2231,8 @@ img.acpopup-img {
|
||||||
/* Birthday and Event Reminders */
|
/* Birthday and Event Reminders */
|
||||||
#birthday-notice,
|
#birthday-notice,
|
||||||
#birthday-wrapper,
|
#birthday-wrapper,
|
||||||
|
#rfic-desc,
|
||||||
|
#remote-friends-in-common,
|
||||||
#event-notice,
|
#event-notice,
|
||||||
#event-wrapper {
|
#event-wrapper {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
@ -2241,6 +2243,20 @@ img.acpopup-img {
|
||||||
-webkit-box-shadow: 0 0 3px #dadada;
|
-webkit-box-shadow: 0 0 3px #dadada;
|
||||||
-moz-box-shadow: 0 0 3px #dadada;
|
-moz-box-shadow: 0 0 3px #dadada;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
#remote-friends-in-common {
|
||||||
|
background-color: rgba(247, 247, 247, $contentbg_transp)
|
||||||
|
border-radius: 4px;
|
||||||
|
color: #444;
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(4, 1fr);
|
||||||
|
grid-gap: 10px;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
#remote-friends-in-common-wrapper{
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Menubar Tabs */
|
/* Menubar Tabs */
|
||||||
|
@ -3489,16 +3505,6 @@ body .tread-wrapper .hovercard:hover .hover-card-content a {
|
||||||
* some temporary workarounds until this will solved
|
* some temporary workarounds until this will solved
|
||||||
* elsewhere (e.g. new templates)
|
* elsewhere (e.g. new templates)
|
||||||
*/
|
*/
|
||||||
#remote-friends-in-common {
|
|
||||||
background-color: rgba(247, 247, 247, $contentbg_transp)
|
|
||||||
border-radius: 4px;
|
|
||||||
color: #444;
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: repeat(4, 1fr);
|
|
||||||
grid-gap: 10px;
|
|
||||||
margin-bottom: 15px;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
section .profile-match-wrapper {
|
section .profile-match-wrapper {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user