From 570008a5245fc835562a2d7018a2648fcdcb6dc0 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Fri, 22 May 2015 01:39:39 +0300 Subject: [top-bar redesign] index.html --- res/client/css/partials/top-bar.scss | 67 +++++++++++++++++------------------- 1 file changed, 31 insertions(+), 36 deletions(-) (limited to 'res/client') diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss index 25d4c7bf..5658198e 100644 --- a/res/client/css/partials/top-bar.scss +++ b/res/client/css/partials/top-bar.scss @@ -1,58 +1,53 @@ -.top-bar{ - line-height: 40px; - background-color: $dark-grey; - overflow-y: auto; - padding-top: 5px; - padding-bottom: 5px; +.username { + display: inline-block; + text-align: right; +} + +.profile-username { + font-size: 14px; + margin-right: 10px; } -.top-bar__user-area { +#top-bar__user-area { + float: right; margin-right: 20px; vertical-align: middle; } -.username { - display: inline-block; - text-align: right; +#top-bar{ } -.profile-circle{ - border-radius: 50%; - width: 30px; - height: 30px; - background: $cyan; - display: none; +#top-bar__brand-area { + float: right; + margin-right: 10px; + vertical-align: middle; } -.profile-initials { - display: inline-block; - color: $light-grey; - font-size: $h4-size; - position: relative; - left: -27px; - top: -10px; +#top-bar_L1 { + // background-color: #363636; + border-bottom: 2px solid lightgray; + line-height: 40px; + overflow: auto; + padding-left: $graph-margin-left; } -.profile-username { - color: $light-grey; +#top-bar_L2 { + background-color: #CFE5FF; } -#top-bar_float-left { - float: left; - margin-left: 40px; -} +#top-bar__logout-btn { + margin-left: 15px; + font-size: 14px; -#top-bar_float-right { - float: right; - margin-right: 20px; + @include btn-change-on-hover__opacity } #rzdoc-bar { - color: $light-grey; - position: relative; - overflow-x: auto; - margin-right: 20px; + // color: $light-grey; + float: left; min-width: 250px; + overflow-x: auto; + position: relative; } #rzdoc-bar_doc-label { -- cgit v1.3.1