mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-26 22:54:45 +00:00
Visual fixes for X button in who-to-follow
This commit is contained in:
parent
707fe3e269
commit
7615ae4135
@ -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
|
||||
{
|
||||
|
@ -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">×</a>
|
||||
<button class="follow">Follow</button>
|
||||
</div>
|
||||
</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user