aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-08-27 19:43:07 +0000
committerHumairAK <humair88@hotmail.com>2016-08-27 19:43:07 +0000
commit83f233a7fe270dc77893c2df590b2e28ba30fc41 (patch)
tree5916fa8fde478da08a481fcf9fb367f311e08eeb /assets/css
parent17a4b5f57e0223b211ab8ff601e587920e6e1bef (diff)
Added more inbox functionality for paging
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/user_profile.css18
1 files changed, 14 insertions, 4 deletions
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