framework/less/forum/ActivityPage.less

36 lines
488 B
Plaintext
Raw Normal View History

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