diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-03-30 20:56:53 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-01 22:25:54 +0300 |
| commit | 702c72a34a56653838ae5924d2c84e093a3d7d93 (patch) | |
| tree | ded4f136cd6bd98713a8f21601650e8955879f4e | |
| parent | 105b3917e9d37aad8c59ee0025b6721c11ba70e1 (diff) | |
style: rzdoc-bar
| -rw-r--r-- | res/client/css/partials/top-bar.scss | 13 |
1 files 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; |
