From b1d31aca519bf7ca99420ad99ccd9575cc24455f Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 15 Feb 2012 18:13:41 -0800 Subject: quick comments --- view/theme/testbubble/comment_item.tpl | 7 +++++++ view/theme/testbubble/style.css | 9 +++++++++ 2 files changed, 16 insertions(+) (limited to 'view/theme/testbubble') diff --git a/view/theme/testbubble/comment_item.tpl b/view/theme/testbubble/comment_item.tpl index cad572f4e..bc75eb1a6 100755 --- a/view/theme/testbubble/comment_item.tpl +++ b/view/theme/testbubble/comment_item.tpl @@ -11,6 +11,13 @@ $mytitle
+ {{ if $qcomment }} + {{ for $qcomment as $qc }} + $qc +   + {{ endfor }} + {{ endif }} +
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index 118fc2e7c..fcb7bea7a 100755 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -3259,3 +3259,12 @@ ul.menu-popup { background-color:#b20202; order-bottom: none; } + +.qcomment { + opacity: 0; + filter:alpha(opacity=0); +} +.qcomment:hover { + opacity: 1.0; + filter:alpha(opacity=100); +} -- cgit v1.2.3