aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-26 20:13:03 -0700
committerfriendica <info@friendica.com>2012-03-26 20:13:03 -0700
commit5275b5d04967c1c5f84f25ca6b7db4e1aef2bacf (patch)
tree3da9938a0ec84819d87888c93486464678e1ea3f /view/theme/duepuntozero
parent4c585f759f5c2662b2d761adccdf2c6dafd31249 (diff)
downloadvolse-hubzilla-5275b5d04967c1c5f84f25ca6b7db4e1aef2bacf.tar.gz
volse-hubzilla-5275b5d04967c1c5f84f25ca6b7db4e1aef2bacf.tar.bz2
volse-hubzilla-5275b5d04967c1c5f84f25ca6b7db4e1aef2bacf.zip
qcomment enhancements
Diffstat (limited to 'view/theme/duepuntozero')
-rwxr-xr-xview/theme/duepuntozero/style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index b1c2fb77e..33be8b359 100755
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -2978,11 +2978,13 @@ div.jGrowl div.info {
.qcomment {
border: 1px solid #EEE;
padding: 3px;
+ margin-top: 15px;
+ margin-left: 25px;
}
.qcomment {
- opacity: 0;
- filter:alpha(opacity=0);
+ opacity: 0.3;
+ filter:alpha(opacity=30);
}
.qcomment:hover {
opacity: 1.0;