diff --git a/client/coral-admin/src/components/ui/Header.js b/client/coral-admin/src/components/ui/Header.js index 3e6598d6e..e92e3c84f 100644 --- a/client/coral-admin/src/components/ui/Header.js +++ b/client/coral-admin/src/components/ui/Header.js @@ -13,10 +13,14 @@ export default ({handleLogout, restricted = false}) => ( !restricted ?
- {lang.t('configure.moderate')} + + {lang.t('configure.streams')} + {lang.t('configure.community')} @@ -25,10 +29,6 @@ export default ({handleLogout, restricted = false}) => ( activeClassName={styles.active}> {lang.t('configure.configure')} - - {lang.t('configure.streams')} -
- -
- {props.comment.asset.title} Moderate Article -
- + {!props.currentAsset && ( +
+ Article: {props.comment.asset.title} Moderate Article +
+ )}

diff --git a/client/coral-admin/src/containers/ModerationQueue/components/styles.css b/client/coral-admin/src/containers/ModerationQueue/components/styles.css index 3290b6e1f..e11c20394 100644 --- a/client/coral-admin/src/containers/ModerationQueue/components/styles.css +++ b/client/coral-admin/src/containers/ModerationQueue/components/styles.css @@ -6,7 +6,7 @@ } .tabBar { - background: #262626; + background-color: rgba(44, 44, 44, 0.89); z-index: 5; } @@ -73,7 +73,7 @@ span { } .header { - background-color: #3949AB; + background-color: #2c2c2c; color: white; margin-bottom: -1px; @@ -156,6 +156,7 @@ span { padding: 16px 14px; position: relative; transition: box-shadow 200ms; + margin-top: 0; &:hover { @@ -222,10 +223,11 @@ span { } .body { - margin-top: 20px; + margin-top: 0px; flex: 1; font-size: 0.88em; color: black; + max-width: 500px; } .flagged { @@ -294,15 +296,16 @@ span { .Comment { .moderateArticle { - padding: 10px 0px; + font-size: 12px; a { - display: block; + display: inline-block; color: #679af3; text-decoration: none; font-size: 1em; - font-weight: 500; + font-weight: 400; letter-spacing: .5px; - font-size: .8em; + font-size: 12px; + margin-left: 10px; &:hover { text-decoration: underline;