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 ++++++++++++- assets/js/user_profile.js | 10 +++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) (limited to 'assets') 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 diff --git a/assets/js/user_profile.js b/assets/js/user_profile.js index 73c7897..c26299b 100644 --- a/assets/js/user_profile.js +++ b/assets/js/user_profile.js @@ -42,5 +42,13 @@ function main(){ default: console.log("Error: User page not found"); } - });} + }); + + + + +} + + + $(document).ready(main); \ No newline at end of file -- cgit v1.2.3