From 2f3e39ba15b45b56ef750bd1d15a23c510ec798d Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 26 Oct 2011 16:57:25 -0700 Subject: edit profile quick link --- view/theme/duepuntozero/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'view/theme/duepuntozero') 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; -- cgit v1.2.3