diff --git a/css/profile.css b/css/profile.css
index dcac5c7..0825ce5 100644
--- a/css/profile.css
+++ b/css/profile.css
@@ -66,7 +66,8 @@
}
.profile-card .direct-messages,
.profile-card .direct-messages-with-user,
-.profile-card .follow
+.profile-card .follow,
+.profile-card .profileUnfollow
{
display: block;
position: absolute;
@@ -81,13 +82,15 @@
border: none;
transition: all .2s linear;
}
-.profile-card .follow
+.profile-card .follow,
+.profile-card .profileUnfollow
{
right: 128px;
}
.profile-card .direct-messages:hover,
.profile-card .direct-messages-with-user:hover,
-.profile-card .follow:hover
+.profile-card .follow:hover,
+.profile-card .profileUnfollow:hover
{
background: rgba( 0, 0, 0, .3 );
}
@@ -251,6 +254,10 @@ button.follow:hover {
background: #b2d67b;
color: #fff;
}
+.profile-card .profileUnfollow:hover {
+ background: #e18882;
+ color: #fff;
+}
.profile-modal button.direct-messages-with-user:hover {
background: #b2d67b;
color: #fff;
@@ -305,7 +312,8 @@ button.follow:hover {
*/
.profile-modal .direct-messages,
.profile-modal .direct-messages-with-user,
-.profile-modal .follow
+.profile-modal .follow,
+.profile-card .profileUnfollow
{
bottom: 10px;
}
diff --git a/css/style.css b/css/style.css
index b5ff404..344f82b 100644
--- a/css/style.css
+++ b/css/style.css
@@ -344,7 +344,7 @@ input.userMenu-search-field:focus::-ms-input-placeholder {
.userMenu li.userMenu-dhtindicator a {
display: inline-block;
font: 12px/25px "Open Sans", sans-serif;
- padding: 0 0 0 45px;
+ padding: 0 5px 0 41px;
width: 60px;
height: 25px;
opacity: .9;
@@ -353,7 +353,7 @@ input.userMenu-search-field:focus::-ms-input-placeholder {
content: 'DHT:';
display: inline-block;
position: absolute;
- left: 10px;
+ left: 8px;
width: 70px;
height: 25px;
}
@@ -1038,7 +1038,7 @@ input.userMenu-search-field:focus::-ms-input-placeholder {
{
float: right;
font-size: 12px;
- margin: 5px 10px;
+ margin-right: 5px;
opacity: .5;
text-decoration: none;
}
@@ -1150,7 +1150,7 @@ input.userMenu-search-field:focus::-ms-input-placeholder {
}
.post-interactions
{
- margin: 2px 10px 10px 60px;
+ margin: -5px 10px 5px 60px;
text-align: right;
height: 25px;
}
@@ -1984,6 +1984,7 @@ ul.dropdown-menu > li > a {
clear: both;
font: 13px/20px "Open Sans", sans-serif;
white-space: nowrap;
+ cursor: pointer;
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
-ms-transition: all 200ms;
diff --git a/following.html b/following.html
index 70079ef..a57e6d4 100644
--- a/following.html
+++ b/following.html
@@ -22,6 +22,7 @@
+