1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-10 19:29:56 +00:00

[Activities] mobile: redesigned it (#3913)

This commit is contained in:
llj
2019-07-25 15:06:58 +08:00
committed by Daniel Pan
parent 2fba71bf1e
commit 9a43e08279
2 changed files with 144 additions and 97 deletions

View File

@@ -1,16 +1,20 @@
table tr .activity-date {
border-top: 0;
}
table .activity-detail {
word-break: break-word;
}
table .activity-detail div {
display: inline;
}
table .activity-detail span {
color: #888;
}
table .activity-detail span:hover {
color: #333;
.activity-details {
text-decoration: underline;
}
cursor: pointer;
}
.activity-details:hover {
color: #333;
}
.mobile-activity-op {
display: inline-block;
margin: 0 0 .2em .8em;
padding: 0 .5em;
background: #ffbd6f;
border-radius: 2px;
color: #fff;
font-size: 0.75rem;
}
.mobile-activity-time {
display: inline-block;
margin-bottom: .2em;
}