From 83f233a7fe270dc77893c2df590b2e28ba30fc41 Mon Sep 17 00:00:00 2001 From: HumairAK Date: Sat, 27 Aug 2016 15:43:07 -0400 Subject: Added more inbox functionality for paging --- assets/css/user_profile.css | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'assets/css') diff --git a/assets/css/user_profile.css b/assets/css/user_profile.css index 042d842..fb35bb0 100644 --- a/assets/css/user_profile.css +++ b/assets/css/user_profile.css @@ -11,7 +11,6 @@ box-shadow: 2px 4px 5px 0 rgba(0,0,0,0.1); text-align: left; font-family: 'Roboto', sans-serif; - } .u-title h1{ @@ -134,10 +133,7 @@ nav .nav-o:hover .nav-o-container{ color: #737373; } - /* Inbox */ - - .u-table-row { display:table-row; cursor: pointer; @@ -146,5 +142,19 @@ nav .nav-o:hover .nav-o-container{ background-color: #ededed; } +/* Inbox Popups */ +.u-main .modal-content{ + padding: 0 20px 0 20px; +} + +/* Inbox paging */ +.u-pagination{ + text-align: center; +} + +.u-change-page{ + display: inline; + cursor: pointer; +} /*** USER PROFILE PAGE END ***/ \ No newline at end of file -- cgit v1.2.3