Browse Source

Visual fixes for X button in who-to-follow

master
Dionysis Zindros 11 years ago
parent
commit
7615ae4135
  1. 8
      css/style.css
  2. 2
      following.html
  3. 2
      home.html

8
css/style.css

@ -596,6 +596,10 @@ button.disabled:hover @@ -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 @@ -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
{

2
following.html

@ -167,7 +167,7 @@ @@ -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>

2
home.html

@ -174,7 +174,7 @@ @@ -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>

Loading…
Cancel
Save