aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-26 16:57:25 -0700
committerFriendika <info@friendika.com>2011-10-26 16:57:25 -0700
commit2f3e39ba15b45b56ef750bd1d15a23c510ec798d (patch)
treec02acb1520af96fbba8e890b2e38c7cd8e5b904e /view/theme/duepuntozero
parent2d22a58324194ebb37b042658db5a8fc2d94b3a7 (diff)
downloadvolse-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.css11
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;