2015-08-05 10:18:35 +08:00
|
|
|
.PostsUserPage-loadMore {
|
2015-07-22 14:35:38 +08:00
|
|
|
text-align: center;
|
2018-09-23 02:02:14 +08:00
|
|
|
margin-top: 10px;
|
2015-07-22 14:35:38 +08:00
|
|
|
|
|
|
|
.LoadingIndicator {
|
|
|
|
height: 46px;
|
|
|
|
}
|
2015-07-17 13:17:49 +08:00
|
|
|
}
|
2015-08-13 11:36:23 +08:00
|
|
|
.PostsUserPage-list {
|
|
|
|
margin: 0;
|
2015-07-17 13:17:49 +08:00
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
|
|
|
|
> li {
|
2015-08-13 11:36:23 +08:00
|
|
|
border-bottom: 1px solid @control-bg;
|
2018-07-20 11:04:43 +08:00
|
|
|
margin-bottom: 15px;
|
2015-07-17 13:17:49 +08:00
|
|
|
}
|
2015-09-04 10:47:30 +08:00
|
|
|
|
|
|
|
.Post {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
2015-07-17 13:17:49 +08:00
|
|
|
}
|
2015-08-13 11:36:23 +08:00
|
|
|
.PostsUserPage-discussion {
|
|
|
|
font-weight: bold;
|
2015-09-04 10:47:30 +08:00
|
|
|
margin-bottom: 10px;
|
2015-08-13 11:36:23 +08:00
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
2015-07-17 13:17:49 +08:00
|
|
|
|
2015-08-13 11:36:23 +08:00
|
|
|
&, a {
|
|
|
|
color: @muted-color;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
font-style: italic;
|
2015-07-17 13:17:49 +08:00
|
|
|
}
|
|
|
|
}
|