From 6ad218782e7531d314e9c0560b7a4456ef09da60 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Mon, 18 Dec 2017 13:39:02 -0300 Subject: [PATCH] styling --- .../client/components/FeaturedDialog.css | 5 ++++- .../client/components/FeaturedDialog.js | 10 +++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/plugins/talk-plugin-featured-comments/client/components/FeaturedDialog.css b/plugins/talk-plugin-featured-comments/client/components/FeaturedDialog.css index 9a8b93eec..4326d5c5c 100644 --- a/plugins/talk-plugin-featured-comments/client/components/FeaturedDialog.css +++ b/plugins/talk-plugin-featured-comments/client/components/FeaturedDialog.css @@ -22,7 +22,6 @@ right: 20px; } - .cancel { margin-right: 5px; } @@ -36,3 +35,7 @@ margin-bottom: 6px; text-align: right; } + +.content { + margin-bottom: 20px; +} diff --git a/plugins/talk-plugin-featured-comments/client/components/FeaturedDialog.js b/plugins/talk-plugin-featured-comments/client/components/FeaturedDialog.js index 4975f8e59..f49148f24 100644 --- a/plugins/talk-plugin-featured-comments/client/components/FeaturedDialog.js +++ b/plugins/talk-plugin-featured-comments/client/components/FeaturedDialog.js @@ -13,13 +13,9 @@ const FeaturedDialog = ({showFeaturedDialog, closeFeaturedDialog, postTag}) => ( open={showFeaturedDialog} onCancel={closeFeaturedDialog} > × -
-

- {t('talk-plugin-featured-comments.feature_comment')} -

-
-
-

{t('talk-plugin-featured-comments.are_you_sure')}

+

{t('talk-plugin-featured-comments.feature_comment')}

+
+ {t('talk-plugin-featured-comments.are_you_sure')}