put the correct cursor on the jot links, still having some
issues with the photo upload link, since it's overlayed with an ilayer
This commit is contained in:
parent
dcaadada35
commit
e23ec64c90
|
@ -160,9 +160,11 @@
|
|||
left : box.left + 'px',
|
||||
top : box.top + 'px',
|
||||
width : from.offsetWidth + 'px',
|
||||
height : from.offsetHeight + 'px'
|
||||
height : from.offsetHeight + 'px',
|
||||
cursor : 'pointer'
|
||||
});
|
||||
to.title = from.title;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<div id="profile-rotator-wrapper" style="display: $visitor;" >
|
||||
<img id="profile-rotator" src="images/rotator.gif" alt="Please wait" title="Please wait" style="display: none;" />
|
||||
</div>
|
||||
<div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img src="images/$lockstate_icon.gif" alt="Permission Settings" title="Permission Settings" onClick="openClose('profile-jot-acl-wrapper');" />$bang</div>
|
||||
<div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img id="jot-perms-icon" src="images/$lockstate_icon.gif" alt="Permission Settings" title="Permission Settings" onClick="openClose('profile-jot-acl-wrapper');" />$bang</div>
|
||||
<div id="profile-jot-perms-end"></div>
|
||||
<div id="profile-jot-acl-wrapper" style="display: none;" >$acl</div>
|
||||
</div>
|
||||
|
|
|
@ -78,6 +78,17 @@ blockquote:before {
|
|||
border: 1px solid #F5F6FB;
|
||||
}
|
||||
|
||||
#jot-perms-icon,
|
||||
#profile-location,
|
||||
#profile-video,
|
||||
#profile-link,
|
||||
#wall-image-upload,
|
||||
#profile-upload-wrapper,
|
||||
#wall-image-upload-div,
|
||||
.focus {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.fakelink, .fakelink:visited {
|
||||
color: #15607B;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in a new issue