1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 10:41:24 +02:00

Make DiscussionRenamedPost spread across three lines

This also adds a little button for expanding / collapsing this additional information.
It is expanded by default right now because I could not get the toggling to work yet.

Refs #428.
This commit is contained in:
Franz Liedke
2016-03-30 22:13:08 +09:00
parent 71c75900cf
commit 1d67e239f7
3 changed files with 85 additions and 11 deletions

View File

@@ -224,9 +224,14 @@
font-size: 14px;
}
.DiscussionRenamedPost-old, .DiscussionRenamedPost-new {
font-weight: normal;
font-style: italic;
.DiscussionRenamedPost {
&-old, &-new {
font-weight: normal;
font-style: italic;
}
.Button--more {
margin-left: 5px;
}
}
.Post-footer, .Post-actions {