From b1d31aca519bf7ca99420ad99ccd9575cc24455f Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 15 Feb 2012 18:13:41 -0800 Subject: quick comments --- view/comment_item.tpl | 2 +- view/head.tpl | 7 ++++++- view/theme/dispy/style.css | 8 ++++++++ view/theme/duepuntozero/comment_item.tpl | 32 ++++++++++++++++++++++++++++++++ view/theme/loozah/comment_item.tpl | 32 ++++++++++++++++++++++++++++++++ view/theme/testbubble/comment_item.tpl | 7 +++++++ view/theme/testbubble/style.css | 9 +++++++++ 7 files changed, 95 insertions(+), 2 deletions(-) create mode 100755 view/theme/duepuntozero/comment_item.tpl create mode 100755 view/theme/loozah/comment_item.tpl (limited to 'view') diff --git a/view/comment_item.tpl b/view/comment_item.tpl index b29735227..c992593f8 100755 --- a/view/comment_item.tpl +++ b/view/comment_item.tpl @@ -11,13 +11,13 @@ $mytitle
- {{ if $qcomment }} {{ for $qcomment as $qc }} $qc   {{ endfor }} {{ endif }} +
+ {{ 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