aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-08-26 23:21:52 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-08-26 23:21:52 +0000
commitd94aad5042d2fd09242581f11415de4a978168be (patch)
tree2e950a1b6c4a7e739b0f3df3ba2eaeb2464316c2 /assets/css
parent81e415a89b17ddf9b57347de799022808507f41b (diff)
parent17a4b5f57e0223b211ab8ff601e587920e6e1bef (diff)
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/user_profile.css13
1 files changed, 12 insertions, 1 deletions
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