author profile photo in reshare wasn't linked
This commit is contained in:
parent
646a874390
commit
331c72b3be
@ -216,7 +216,7 @@ function bb_ShareAttributes($match) {
|
|||||||
$headline = '<div class="shared_container"> <div class="shared_header">';
|
$headline = '<div class="shared_container"> <div class="shared_header">';
|
||||||
|
|
||||||
if ($avatar != "")
|
if ($avatar != "")
|
||||||
$headline .= '<img src="' . $avatar . '" alt="' . $author . '" height="32" width="32" />';
|
$headline .= '<a href="' . zid($profile) . '" ><img src="' . $avatar . '" alt="' . $author . '" height="32" width="32" /></a>';
|
||||||
|
|
||||||
// Bob Smith wrote the following post 2 hours ago
|
// Bob Smith wrote the following post 2 hours ago
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
2015-02-04.935
|
2015-02-05.936
|
||||||
|
@ -162,6 +162,18 @@ header {
|
|||||||
filter:alpha(opacity=$nav_percent_min_opacity);
|
filter:alpha(opacity=$nav_percent_min_opacity);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* experimental - increase size of notification counts on hover
|
||||||
|
* to make the notification dropdowns more accessible on portable devices.
|
||||||
|
* Currently they are mostly inaccessible without using huge magnifications.
|
||||||
|
* The question is if you can actually hover on a portable touchscreen device.
|
||||||
|
|
||||||
|
.badge.dropdown-toggle:hover {
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
#powered-by {
|
#powered-by {
|
||||||
font-size: 0.5rem;
|
font-size: 0.5rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Reference in New Issue
Block a user