From 7e2afb9457ecced41441fee42b5e630e2c5c103a Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 29 Oct 2015 23:54:34 -0400 Subject: [PATCH] added status icon to usercard --- less/topic.less | 8 ++++++-- templates/modules/usercard.tpl | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/less/topic.less b/less/topic.less index 8b1cc8a..fb81d19 100644 --- a/less/topic.less +++ b/less/topic.less @@ -42,7 +42,7 @@ margin-top: 2px; - .status { + > a > .status { position: absolute; right: 12px; font-size: 12px; @@ -60,6 +60,10 @@ } } + .status { + vertical-align: 0%; + } + .group-label { text-transform: uppercase; vertical-align: 6%; @@ -222,7 +226,7 @@ > li { position: relative; - .edit-icon, .status { + .edit-icon { vertical-align: -2%; } diff --git a/templates/modules/usercard.tpl b/templates/modules/usercard.tpl index 4760ee4..b98396e 100644 --- a/templates/modules/usercard.tpl +++ b/templates/modules/usercard.tpl @@ -10,6 +10,7 @@ {fullname}{username}
@{username} +