aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-06-20 20:34:00 -0700
committerfriendica <info@friendica.com>2013-06-20 20:34:00 -0700
commit58ac92f4e162abdad2d2f259bbf6c58029f65b86 (patch)
tree56262a4744baadcc6d61ed5f393cf3c29f330532 /view/theme
parent61601dc23d3e8305720bfc4e4e6b6dbd7b85f546 (diff)
downloadvolse-hubzilla-58ac92f4e162abdad2d2f259bbf6c58029f65b86.tar.gz
volse-hubzilla-58ac92f4e162abdad2d2f259bbf6c58029f65b86.tar.bz2
volse-hubzilla-58ac92f4e162abdad2d2f259bbf6c58029f65b86.zip
bring back the body tag list - though it really belongs in the templates. It's difficult to debug community tags when you can't see any tags (except those the author typed in).
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index f644d7903..38eea5b94 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2814,16 +2814,20 @@ aside input[type='text'] {
margin-top: 10px;
}
-.body-tag, .filesavetags, .categorytags {
+.posttags a, .body-tag, .filesavetags, .categorytags {
opacity: 0.5;
filter:alpha(opacity=50);
}
-.body-tag:hover, .filesavetags:hover, .categorytags:hover {
+.posttags a:hover, .body-tag:hover, .filesavetags:hover, .categorytags:hover {
opacity: 1.0 !important;
filter:alpha(opacity=100) !important;
}
+.posttags {
+ margin-top: 15px;
+}
+
.item-select {
opacity: 0.1;
filter:alpha(opacity=10);