From 702c72a34a56653838ae5924d2c84e093a3d7d93 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 30 Mar 2015 20:56:53 +0300 Subject: style: rzdoc-bar --- res/client/css/partials/top-bar.scss | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss index a5662bad..9371764c 100644 --- a/res/client/css/partials/top-bar.scss +++ b/res/client/css/partials/top-bar.scss @@ -47,17 +47,20 @@ margin-right: 20px; } -#toolbar__doc { +#rzdoc-bar { color: $light-grey; + position: relative; + overflow-x: auto; + margin-right: 20px; + min-width: 250px; +} + +#rzdoc-bar_doc-label { 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; -- cgit v1.3.1