From 1ec49fdd1a3e84b2f3ce58216724ff8df07482a4 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 2 Nov 2015 17:21:26 -0500 Subject: [PATCH] reorganized account menu --- less/account.less | 33 ++++++++++-------- templates/partials/account_menu.tpl | 52 +++++++++++++++-------------- 2 files changed, 46 insertions(+), 39 deletions(-) diff --git a/less/account.less b/less/account.less index 7e93a65..63cdba4 100644 --- a/less/account.less +++ b/less/account.less @@ -12,6 +12,15 @@ left: auto; right: 0px; + .avatar { + position: absolute; + left: 50%; + margin-left: -64px; + top: 230px; + border: 4px solid white; + border-radius: 50%; + } + &:hover { .controls { .opacity(0.8); @@ -108,18 +117,20 @@ } +.account-fab { + .open #profile { + background-color: lighten(@brand-primary, 10%); + } - - -// -.nav-pills.account-sub-links { - border:none; - - > li { - float:right; + .fab { + color: white; + font-size: 20px; } } + +// + .account-picture-block{ vertical-align:top; margin-bottom:20px; @@ -159,13 +170,7 @@ } -.account-username-box { - margin-bottom:10px; - .open #profile { - background-color: lighten(@brand-primary, 10%); - } -} .account-username{ font-size:20px; diff --git a/templates/partials/account_menu.tpl b/templates/partials/account_menu.tpl index c0b23ee..bfeeb20 100644 --- a/templates/partials/account_menu.tpl +++ b/templates/partials/account_menu.tpl @@ -1,30 +1,10 @@ - -
-
\ No newline at end of file