From 6cefddf86e4bbdc01da2b2d4f60299963ae8ebbf Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 3 Nov 2015 17:55:47 -0500 Subject: [PATCH] moved chat into account dropdown; removed fa icons in dropdown --- less/account.less | 16 ++++++++++++++++ templates/account/profile.tpl | 15 +++++++-------- templates/partials/account/menu.tpl | 28 ++++++++++++++++++---------- 3 files changed, 41 insertions(+), 18 deletions(-) diff --git a/less/account.less b/less/account.less index 932bfba..c260c9a 100644 --- a/less/account.less +++ b/less/account.less @@ -51,6 +51,22 @@ top: 17px; right: -3px; } + + .chat, .follow { + position: absolute; + width: 30px; + height: 30px; + } + + .chat { + left: -1px; + bottom: 1px; + } + + .follow { + right: 1px; + bottom: 1px; + } } &:hover { diff --git a/templates/account/profile.tpl b/templates/account/profile.tpl index d1581ac..0288e4d 100644 --- a/templates/account/profile.tpl +++ b/templates/account/profile.tpl @@ -9,16 +9,15 @@ -
- - [[user:chat]] - - [[user:follow]] - [[user:unfollow]] + + [[user:unfollow]] + + [[user:follow]] + + + -

- [[user:ban_account]] [[user:unban_account]] [[user:delete_account]]

diff --git a/templates/partials/account/menu.tpl b/templates/partials/account/menu.tpl index 2ba6d54..bf90413 100644 --- a/templates/partials/account/menu.tpl +++ b/templates/partials/account/menu.tpl @@ -3,23 +3,31 @@