Visual fixes for X button in who-to-follow

This commit is contained in:
Dionysis Zindros 2014-01-08 00:13:41 -08:00
parent 707fe3e269
commit 7615ae4135
3 changed files with 10 additions and 2 deletions

View File

@ -596,6 +596,10 @@ button.disabled:hover
border-radius: 20%;
/*transform: rotate( 45deg );*/
}
.twister-user-info
{
position: relative;
}
.twister-user-info span
{
vertical-align: top;
@ -636,6 +640,10 @@ button.disabled:hover
text-decoration: none;
font-weight: bold;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
font-size: 120%;
}
.twister-user-remove:hover
{

View File

@ -167,7 +167,7 @@
<div class="followers">Followed by
<span class="followed-by"></span>
</div>
<a class="twister-user-remove">X</a>
<a class="twister-user-remove">&times;</a>
<button class="follow">Follow</button>
</div>
</li>

View File

@ -174,7 +174,7 @@
<div class="followers">Followed by
<span class="followed-by"></span>
</div>
<a class="twister-user-remove">X</a>
<a class="twister-user-remove">&times;</a>
<button class="follow">Follow</button>
</div>
</li>