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

Add user group badges

This commit is contained in:
Toby Zerner
2015-05-06 11:25:19 +09:30
parent 707c60d3ab
commit 54f731942e
11 changed files with 78 additions and 43 deletions

View File

@@ -191,7 +191,7 @@
font-size: 15px;
}
& .badges {
& h3 .badges {
text-align: right;
white-space: nowrap;
@@ -337,7 +337,7 @@
.post-user {
position: relative;
& .badges {
& h3 .badges {
position: absolute;
top: -7px;
left: 5px;
@@ -381,7 +381,7 @@
}
}
.post-user {
& .badges {
& h3 .badges {
float: left;
margin-left: -85px;
margin-top: -3px;