1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 21:50:50 +02:00

Implement time gap indicators

Get rid of short human times (1m, 1h, 1d) for now
This commit is contained in:
Toby Zerner
2015-06-19 10:00:19 +09:30
parent 96a2c0eb78
commit 46347023cc
3 changed files with 29 additions and 18 deletions

View File

@@ -369,6 +369,24 @@
opacity: 1;
}
}
.time-gap {
text-transform: uppercase;
font-weight: bold;
color: @fl-body-muted-color;
margin-top: 60px;
margin-bottom: 60px;
padding-left: 90px;
border-top: 1px solid @fl-body-secondary-color;
font-size: 12px;
& span {
float: left;
background: #fff;
margin-top: -9px;
margin-left: -10px;
padding: 0 10px;
}
}
.post-preview {
color: @fl-body-muted-color;