From 70708488d670129ef86c84088bd480377dccbac2 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 9 Feb 2015 02:35:58 +0200 Subject: index.html: cleanup top-bar, temporary hide of profile circle --- res/client/css/partials/top-bar.scss | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'res/client/css') diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss index 69480d95..6f98c259 100644 --- a/res/client/css/partials/top-bar.scss +++ b/res/client/css/partials/top-bar.scss @@ -1,15 +1,14 @@ .top-bar{ - position:relative; - top:0; - left:0; - width:100%; - min-height:$three-baselines; - background-color:$dark-grey; + padding-top: 10px; + padding-bottom: 10px; + min-height: $three-baselines; + background-color: $dark-grey; } .user-area { + display: inline; float: right; - margin: 3px $doc-margin 3px $doc-margin; + margin-right: 40px; } .username { @@ -22,7 +21,7 @@ width: 30px; height: 30px; background: $cyan; - display: inline-block; + display: none; } .profile-initials { @@ -35,12 +34,7 @@ } .profile-username { - display: inline-block; - top:12px; color: $light-grey; - position: relative; - left: -20px; - top: -10px; } #doc-title{ -- cgit v1.3.1