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; + } }