From 0e2d735b3100f0a899227802f0848c01c1e6f74c Mon Sep 17 00:00:00 2001 From: amarprabhu Date: Tue, 6 May 2014 11:21:45 +0530 Subject: [PATCH 1/2] Follow suggestion behavior changed for better UX --- css/style.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/css/style.css b/css/style.css index 9644069..e4522aa 100644 --- a/css/style.css +++ b/css/style.css @@ -669,8 +669,7 @@ textarea.splited-post { display: inline-block; letter-spacing: 0px; } -.twister-user-remove -{ +.twister-user-remove{ float: right; font-size: 12px; margin: 5px; @@ -678,14 +677,14 @@ textarea.splited-post { text-decoration: none; font-weight: bold; cursor: pointer; - position: absolute; - top: 0; - right: 0; - font-size: 120%; + position: absolute; + top: 0; + right: 0; + font-size: 120%; + display: none; } -.twister-user-remove:hover -{ - opacity: 1; +.twister-user:hover .twister-user-remove{ + display: inline-block; text-decoration: none; } .follow From f07dd0228d40df4b056fa2cbcde9c142eb5ebe27 Mon Sep 17 00:00:00 2001 From: amarprabhu Date: Tue, 6 May 2014 12:00:54 +0530 Subject: [PATCH 2/2] Profile dashboard - cleaner --- css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index e4522aa..af34018 100644 --- a/css/style.css +++ b/css/style.css @@ -426,16 +426,19 @@ button.disabled:hover } .profile-data { + border-left: none; border-right: none; height: 60px; + display: table; + width: 100%; } .profile-data li { border-right: solid 1px rgba( 69, 71, 77, .1 ); padding: 10px 15px 2px 10px; - float: left; height: 100%; + display: table-cell; } .profile-data li:last-child { @@ -687,6 +690,9 @@ textarea.splited-post { display: inline-block; text-decoration: none; } +.twister-user-remove:hover{ + opacity: 1; +} .follow { background: none;