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

Show post IP address in meta dropdown. closes #956 closes #657

This commit is contained in:
Davis
2016-05-21 22:02:42 +09:30
committed by Toby Zerner
parent 38c15c5a08
commit 909f52522b
9 changed files with 36 additions and 7 deletions

View File

@@ -201,7 +201,7 @@
display: inline;
}
.PostMeta .Dropdown-menu {
width: 400px;
width: 420px;
padding: 10px;
color: @muted-color;
@@ -213,7 +213,7 @@
color: @text-color;
font-weight: bold;
}
.PostMeta-time {
.PostMeta-time, .PostMeta-ip {
margin-left: 5px;
}
.PostMeta-permalink {