edit profile quick link

This commit is contained in:
Friendika 2011-10-26 16:57:25 -07:00
parent 2d22a58324
commit 2f3e39ba15
5 changed files with 30 additions and 0 deletions

2
view/profile_edlink.tpl Normal file
View file

@ -0,0 +1,2 @@
<div class="profile-edit-side-div"><a class="profile-edit-side-link icon edit" title="$editprofile" href="profiles/$profid" ></a></div>
<div class="clear"></div>

View file

@ -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;

View file

@ -623,6 +623,10 @@ input#dfrn-url {
margin-top: 10px;
}
.profile-edit-side-div {
float: right;
}
.view-contact-wrapper {
margin-top: 20px;
float: left;

View file

@ -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; }