aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-08-28 05:59:57 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-08-28 05:59:57 +0000
commit61b0f64f2e6c5e79ebf6c3df85cddc96c1ac2836 (patch)
treeab60be4d34187d594725dbc23c0c5f77fa2b9145 /assets/css
parent5d0305e8f284fe9ce0ec47325a6fd56508ce65f4 (diff)
parent86ca8165abd5a305b27a95525182e25911b6626f (diff)
Merged conflict
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