diff options
author | Friendika <info@friendika.com> | 2011-10-26 16:57:25 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-26 16:57:25 -0700 |
commit | 2f3e39ba15b45b56ef750bd1d15a23c510ec798d (patch) | |
tree | c02acb1520af96fbba8e890b2e38c7cd8e5b904e /view/theme/duepuntozero | |
parent | 2d22a58324194ebb37b042658db5a8fc2d94b3a7 (diff) | |
download | volse-hubzilla-2f3e39ba15b45b56ef750bd1d15a23c510ec798d.tar.gz volse-hubzilla-2f3e39ba15b45b56ef750bd1d15a23c510ec798d.tar.bz2 volse-hubzilla-2f3e39ba15b45b56ef750bd1d15a23c510ec798d.zip |
edit profile quick link
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index d595c7495..eb73bfb97 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -517,6 +517,17 @@ input#dfrn-url { #profile-edit-links li { margin-top: 10px; } +.profile-edit-side-div { + float: right; +} +.profile-edit-side-link { + opacity: 0.3; + filter:alpha(opacity=30); +} +.profile-edit-side-link:hover { + opacity: 1.0; + filter:alpha(opacity=100); +} .view-contact-wrapper { margin-top: 20px; |