diff --git a/less/account.less b/less/account.less index 7b02b70..743f3b2 100644 --- a/less/account.less +++ b/less/account.less @@ -2,11 +2,11 @@ .breadcrumb { margin-bottom: 30px; } - + .cover { background-size: cover; background-repeat: no-repeat; - min-height: 200px; + height: 200px; position: relative; margin-bottom: 1em; background-origin: content-box; @@ -23,6 +23,13 @@ top: 94px; border: 4px solid white; border-radius: 50%; + + .status { + position: absolute; + font-size: 23px; + top: 17px; + right: -3px; + } } &:hover { @@ -33,7 +40,7 @@ .controls { text-align: center; - min-height: 200px; + height: 200px; line-height: 200px; .opacity(0); .transition(opacity .15s linear); @@ -107,7 +114,7 @@ margin-top: 200px; .container { - min-height: 200px; + height: 200px; position: relative; } @@ -115,10 +122,10 @@ margin-top: 300px; .cover, .container { - min-height: 300px; + height: 300px; .controls { - min-height: 300px; + height: 300px; line-height: 300px; } @@ -159,10 +166,6 @@ .dropdown-toggle { cursor: pointer; } - - .status { - padding-bottom: 5px; - } } .user-profile-picture { diff --git a/templates/account/profile.tpl b/templates/account/profile.tpl index e1c1f80..83d1339 100644 --- a/templates/account/profile.tpl +++ b/templates/account/profile.tpl @@ -6,18 +6,9 @@