From 019e2a4fa985c96f2eabb734a4d1cae7d3ef9778 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Mon, 30 Jan 2017 16:37:00 -0300 Subject: [PATCH] Flag order --- client/coral-embed-stream/style/default.css | 2 +- client/coral-plugin-flags/FlagComment.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 0fc46c4e7..2d7f478c1 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -80,7 +80,7 @@ hr { .commentStream { /* prevent absolutely positioned final permalink popover from being clipped */ padding-bottom: 50px; - min-height: 500px; + min-height: 600px; position: relative; } diff --git a/client/coral-plugin-flags/FlagComment.js b/client/coral-plugin-flags/FlagComment.js index 5ea2e9fa1..bf3fca286 100644 --- a/client/coral-plugin-flags/FlagComment.js +++ b/client/coral-plugin-flags/FlagComment.js @@ -10,8 +10,8 @@ const getPopupMenu = [ return { header: lang.t('step-1-header'), options: [ - {val: 'USERS', text: lang.t('flag-username')}, - {val: 'COMMENTS', text: lang.t('flag-comment')} + {val: 'COMMENTS', text: lang.t('flag-comment')}, + {val: 'USERS', text: lang.t('flag-username')} ], button: lang.t('continue'), sets: 'itemType'