From 17a4b5f57e0223b211ab8ff601e587920e6e1bef Mon Sep 17 00:00:00 2001 From: HumairAK Date: Fri, 26 Aug 2016 19:10:20 -0400 Subject: added some user profile inbox functionality --- assets/css/user_profile.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'assets/css/user_profile.css') diff --git a/assets/css/user_profile.css b/assets/css/user_profile.css index 39d86b0..042d842 100644 --- a/assets/css/user_profile.css +++ b/assets/css/user_profile.css @@ -1,4 +1,4 @@ -/*** USER PROFILE PAGE ***/ + /*** USER PROFILE PAGE ***/ .user-info-content img{ max-width: 120px; @@ -135,5 +135,16 @@ nav .nav-o:hover .nav-o-container{ } +/* Inbox */ + + +.u-table-row { + display:table-row; + cursor: pointer; +} +.u-table tbody tr:hover{ + background-color: #ededed; +} + /*** USER PROFILE PAGE END ***/ \ No newline at end of file -- cgit v1.2.3