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 +++++++++++ view/theme/loozah/style.css | 4 ++++ view/theme/testbubble/style.css | 6 ++++++ 3 files changed, 21 insertions(+) (limited to 'view/theme') 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; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 42b99b08c..c978e140a 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -623,6 +623,10 @@ input#dfrn-url { margin-top: 10px; } +.profile-edit-side-div { + float: right; +} + .view-contact-wrapper { margin-top: 20px; float: left; diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index 9c04ec4ba..91920e84d 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -1244,6 +1244,12 @@ div[id$="wrapper"] br { clear: left; } background-color: #b20202; } +.profile-edit-side-div { + margin-top: 5px; + margin-right: 30px; + float: right; +} + #cropimage-wrapper { float:left; } #crop-image-form { clear:both; } -- cgit v1.2.3