aboutsummaryrefslogtreecommitdiff
path: root/assets/css/user_profile.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/user_profile.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