From 196264cb2bd05ba0cd30057b110333830fc34dd1 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 23 Mar 2015 17:11:28 +0200 Subject: [style] top-bar docification --- res/client/css/partials/top-bar.scss | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) (limited to 'res/client/css/partials') diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss index ead313a8..a5662bad 100644 --- a/res/client/css/partials/top-bar.scss +++ b/res/client/css/partials/top-bar.scss @@ -1,6 +1,9 @@ .top-bar{ - line-height: $four-baselines; + line-height: 40px; background-color: $dark-grey; + overflow-y: auto; + padding-top: 5px; + padding-bottom: 5px; } .top-bar__user-area { @@ -34,22 +37,31 @@ color: $light-grey; } -#doc-title{ - font-family: $semibold-font-family; - color: $light-grey; +#top-bar_float-left { + float: left; margin-left: 40px; - font-size: $h3-size; } -#top-bar__float-right { +#top-bar_float-right { float: right; margin-right: 20px; } +#toolbar__doc { + color: $light-grey; + font-family: $semibold-font-family; + font-size: $h3-size; + font-weight: bold; +} + +#toolbar__doc_doc-title { + margin-right: 20px; +} + #logo-3rd-party__CRI { background-color: white; border-radius: 3px; height: 25px; padding: 2px; vertical-align: middle; -} \ No newline at end of file +} -- cgit v1.3.1