edit profile quick link
This commit is contained in:
parent
2d22a58324
commit
2f3e39ba15
5 changed files with 30 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue