From c8b82c85fef63765ba74ce8c838d80f5f05553be Mon Sep 17 00:00:00 2001 From: McMatts Date: Wed, 29 May 2019 14:31:10 +0100 Subject: [PATCH] Sync doc meta style with Enterprise edition --- gui/app/pods/document/index/template.hbs | 2 -- gui/app/styles/core/view/document/meta.scss | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/gui/app/pods/document/index/template.hbs b/gui/app/pods/document/index/template.hbs index cbaf1501..02d7398b 100644 --- a/gui/app/pods/document/index/template.hbs +++ b/gui/app/pods/document/index/template.hbs @@ -83,7 +83,6 @@ approvalStatus=approvalStatus}} {{#if contributionStatus}} -
{{contributionStatus}} @@ -91,7 +90,6 @@
{{else}} {{#if approvalStatus}} -
{{approvalStatus}} diff --git a/gui/app/styles/core/view/document/meta.scss b/gui/app/styles/core/view/document/meta.scss index 19d2b1ce..ad451efd 100644 --- a/gui/app/styles/core/view/document/meta.scss +++ b/gui/app/styles/core/view/document/meta.scss @@ -156,4 +156,24 @@ font-weight: 500; } } + + > .label-version { + @include border-radius(3px); + @extend .no-select; + display: inline-block; + margin: 5px 5px 5px 0; + padding: 0.3rem 0.7rem; + font-size: 1.1rem; + font-weight: 500; + background-color: map-get($yellow-shades, 100); + color: map-get($gray-shades, 700); + text-transform: uppercase; + } + + > .version-dropdown { + color: map-get($gray-shades, 500); + font-size: 25px; + vertical-align: middle; + cursor: pointer; + } }