1
0
Fork 0

edit profile quick link

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

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;