From 331c72b3be4e6b2c469d14be2bd4d057e7de1dec Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 5 Feb 2015 14:46:08 -0800 Subject: author profile photo in reshare wasn't linked --- include/bbcode.php | 2 +- version.inc | 2 +- view/theme/redbasic/css/style.css | 12 ++++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/include/bbcode.php b/include/bbcode.php index 7067fcd39..8f2b5bd38 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -216,7 +216,7 @@ function bb_ShareAttributes($match) { $headline = '
'; if ($avatar != "") - $headline .= '' . $author . ''; + $headline .= '' . $author . ''; // Bob Smith wrote the following post 2 hours ago diff --git a/version.inc b/version.inc index 8d8816a23..c06a0d149 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2015-02-04.935 +2015-02-05.936 diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 1aa7cc729..4afeac0b0 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -162,6 +162,18 @@ header { 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 { font-size: 0.5rem; position: absolute; -- cgit v1.2.3