forked from GNUsocial/gnu-social
trac750 Better styling for the Facebook profile box widget
This commit is contained in:
parent
1305ecf4bd
commit
ef3f47b8f5
@ -331,37 +331,35 @@ class FacebookAction extends Action
|
|||||||
// Need to include inline CSS for styling the Profile box
|
// Need to include inline CSS for styling the Profile box
|
||||||
|
|
||||||
$style = '<style>
|
$style = '<style>
|
||||||
#notices {
|
.entry-title .vcard .photo {
|
||||||
clear: both;
|
float:left;
|
||||||
margin: 0 auto;
|
display:inline;
|
||||||
padding: 0;
|
|
||||||
list-style-type: none;
|
|
||||||
width: 600px;
|
|
||||||
border-top: 1px solid #dec5b5;
|
|
||||||
}
|
}
|
||||||
#notices a:hover {
|
.entry-title .vcard .nickname {
|
||||||
text-decoration: underline;
|
margin-left:5px;
|
||||||
}
|
}
|
||||||
.notice_single {
|
|
||||||
clear: both;
|
.entry-title p.entry-content {
|
||||||
display: block;
|
display:inline;
|
||||||
margin: 0;
|
margin-left:5px;
|
||||||
padding: 5px 5px 5px 0;
|
|
||||||
min-height: 48px;
|
|
||||||
font-family: Georgia, "Times New Roman", Times, serif;
|
|
||||||
font-size: 13px;
|
|
||||||
line-height: 16px;
|
|
||||||
border-bottom: 1px solid #dec5b5;
|
|
||||||
background-color:#FCFFF5;
|
|
||||||
opacity:1;
|
|
||||||
}
|
}
|
||||||
.notice_single:hover {
|
|
||||||
background-color: #f7ebcc;
|
div.entry-content dl,
|
||||||
|
div.entry-content dt,
|
||||||
|
div.entry-content dd {
|
||||||
|
display:inline;
|
||||||
}
|
}
|
||||||
.notice_single p {
|
|
||||||
display: inline;
|
div.entry-content dt,
|
||||||
margin: 0;
|
div.entry-content dd {
|
||||||
padding: 0;
|
display:inline;
|
||||||
|
margin-left:5px;
|
||||||
|
}
|
||||||
|
div.entry-content dl.timestamp dt {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
div.entry-content dd a {
|
||||||
|
display:inline-block;
|
||||||
}
|
}
|
||||||
</style>';
|
</style>';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user