From 65aa90904add094411de97386da634407409443b Mon Sep 17 00:00:00 2001 From: okbel Date: Thu, 3 May 2018 16:00:25 -0300 Subject: [PATCH] Styling --- .../client/components/DeleteMyAccountDialog.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/talk-plugin-profile-data/client/components/DeleteMyAccountDialog.css b/plugins/talk-plugin-profile-data/client/components/DeleteMyAccountDialog.css index 44dcad0cf..2735474da 100644 --- a/plugins/talk-plugin-profile-data/client/components/DeleteMyAccountDialog.css +++ b/plugins/talk-plugin-profile-data/client/components/DeleteMyAccountDialog.css @@ -6,7 +6,7 @@ font-family: Helvetica, 'Helvetica Neue', Verdana, sans-serif; font-size: 14px; border-radius: 4px; - padding: 12px 20px; + padding: 20px; } .close { @@ -27,6 +27,7 @@ .title { font-size: 1.2em; + margin-top: 0; margin-bottom: 8px; }