diff options
author | friendica <info@friendica.com> | 2012-03-26 20:13:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-26 20:13:03 -0700 |
commit | 5275b5d04967c1c5f84f25ca6b7db4e1aef2bacf (patch) | |
tree | 3da9938a0ec84819d87888c93486464678e1ea3f /view/theme | |
parent | 4c585f759f5c2662b2d761adccdf2c6dafd31249 (diff) | |
download | volse-hubzilla-5275b5d04967c1c5f84f25ca6b7db4e1aef2bacf.tar.gz volse-hubzilla-5275b5d04967c1c5f84f25ca6b7db4e1aef2bacf.tar.bz2 volse-hubzilla-5275b5d04967c1c5f84f25ca6b7db4e1aef2bacf.zip |
qcomment enhancements
Diffstat (limited to 'view/theme')
-rwxr-xr-x | view/theme/duepuntozero/style.css | 6 |
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; |