fixed jot perms button to be less lame
This commit is contained in:
parent
7dbf112092
commit
25dbedd971
|
@ -52,7 +52,7 @@
|
||||||
<div id="profile-jot-submit-wrapper" style="display:none;padding-left: 400px;">
|
<div id="profile-jot-submit-wrapper" style="display:none;padding-left: 400px;">
|
||||||
<input type="submit" id="profile-jot-submit" name="submit" value="$share" />
|
<input type="submit" id="profile-jot-submit" name="submit" value="$share" />
|
||||||
<div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" >
|
<div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" >
|
||||||
<a href="#profile-jot-acl-wrapper" id="jot-perms-icon" class="icon $lockstate" title="$permset"></a>$bang</div>
|
<a href="#profile-jot-acl-wrapper" id="jot-perms-icon" class="icon $lockstate sharePerms" title="$permset"></a>$bang</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="profile-jot-plugin-wrapper" style="display: none;">
|
<div id="profile-jot-plugin-wrapper" style="display: none;">
|
||||||
|
|
|
@ -695,9 +695,10 @@ ul .sidebar-group-li img{
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile-jot-perms {
|
#profile-jot-perms {
|
||||||
|
width: 30px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
margin-left:10px;
|
margin-left:5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#jot-perms-perms .icon {
|
#jot-perms-perms .icon {
|
||||||
|
@ -706,9 +707,10 @@ ul .sidebar-group-li img{
|
||||||
|
|
||||||
#profile-jot-submit {
|
#profile-jot-submit {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 10px;
|
margin-right:5px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
|
margin-left: -30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile-jot-perms:hover, #profile-jot-submit:hover {
|
#profile-jot-perms:hover, #profile-jot-submit:hover {
|
||||||
|
@ -2756,6 +2758,7 @@ margin-left: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.event-list-date {
|
.event-list-date {
|
||||||
|
color: #626262;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
font-variant:small-caps;
|
font-variant:small-caps;
|
||||||
font-stretch:condensed;
|
font-stretch:condensed;
|
||||||
|
@ -3084,6 +3087,14 @@ tr {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sharePerms {
|
||||||
|
background-image: url(icons.png);
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
margin: 2px 0px 2px 3px;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.video { background-position: -110px -40px;}
|
.video { background-position: -110px -40px;}
|
||||||
.youtube { background-position: -130px -40px;}
|
.youtube { background-position: -130px -40px;}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue