diff --git a/less/account.less b/less/account.less index 63cdba4..7b02b70 100644 --- a/less/account.less +++ b/less/account.less @@ -1,4 +1,8 @@ .account { + .breadcrumb { + margin-bottom: 30px; + } + .cover { background-size: cover; background-repeat: no-repeat; @@ -16,7 +20,7 @@ position: absolute; left: 50%; margin-left: -64px; - top: 230px; + top: 94px; border: 4px solid white; border-radius: 50%; } @@ -101,23 +105,36 @@ } margin-top: 200px; + + .container { + min-height: 200px; + position: relative; + } @media (min-width: @screen-md-min) { margin-top: 300px; - .cover { + .cover, .container { min-height: 300px; .controls { min-height: 300px; line-height: 300px; } + + .avatar { + top: 230px; + } } } } .account-fab { + position: absolute; + right: 15px; + bottom: -26px; + .open #profile { background-color: lighten(@brand-primary, 10%); } diff --git a/templates/partials/account/header.tpl b/templates/partials/account/header.tpl index e0afc08..9847a7e 100644 --- a/templates/partials/account/header.tpl +++ b/templates/partials/account/header.tpl @@ -18,5 +18,7 @@ - +