1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +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 6c878cfced
commit e4a758dfdf
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 {