From d7f394a49b04e11eaf30b399cd0843963446eab9 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 4 Apr 2016 17:19:27 +0500 Subject: PLT-2395 - Improvements to backstage css --- .../components/backstage/add_incoming_webhook.jsx | 166 +++++++------- webapp/components/backstage/add_integration.jsx | 20 +- .../backstage/add_integration_option.jsx | 8 +- .../components/backstage/add_outgoing_webhook.jsx | 240 +++++++++++---------- webapp/components/backstage/backstage_category.jsx | 2 +- webapp/components/backstage/backstage_navbar.jsx | 4 +- webapp/components/backstage/backstage_sidebar.jsx | 2 +- .../backstage/installed_incoming_webhook.jsx | 16 +- .../backstage/installed_integrations.jsx | 42 ++-- .../backstage/installed_outgoing_webhook.jsx | 14 +- 10 files changed, 271 insertions(+), 243 deletions(-) (limited to 'webapp/components') diff --git a/webapp/components/backstage/add_incoming_webhook.jsx b/webapp/components/backstage/add_incoming_webhook.jsx index fa7531fc6..83027c6b3 100644 --- a/webapp/components/backstage/add_incoming_webhook.jsx +++ b/webapp/components/backstage/add_incoming_webhook.jsx @@ -96,10 +96,10 @@ export default class AddIncomingWebhook extends React.Component { render() { return ( -
+
-
-

+
+

-
-
- - -
-
- - -
-
- - -
-
- - - - - - -
- - +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ + + + + + + +
+
+
); } diff --git a/webapp/components/backstage/add_integration.jsx b/webapp/components/backstage/add_integration.jsx index cebc1e8b0..5f4a69bfe 100644 --- a/webapp/components/backstage/add_integration.jsx +++ b/webapp/components/backstage/add_integration.jsx @@ -57,18 +57,16 @@ export default class AddIntegration extends React.Component { } return ( -
-
-
-

- -

-
+
+
+

+ +

-
+
{options}
diff --git a/webapp/components/backstage/add_integration_option.jsx b/webapp/components/backstage/add_integration_option.jsx index 3c3caf2f4..b17ebb185 100644 --- a/webapp/components/backstage/add_integration_option.jsx +++ b/webapp/components/backstage/add_integration_option.jsx @@ -21,16 +21,16 @@ export default class AddIntegrationOption extends React.Component { return ( -
+
{title}
-
+
{description}
diff --git a/webapp/components/backstage/add_outgoing_webhook.jsx b/webapp/components/backstage/add_outgoing_webhook.jsx index 3ae2f8606..5d98138df 100644 --- a/webapp/components/backstage/add_outgoing_webhook.jsx +++ b/webapp/components/backstage/add_outgoing_webhook.jsx @@ -128,10 +128,10 @@ export default class AddOutgoingWebhook extends React.Component { render() { return ( -
+
-
-

+
+

-
-
- - -
-
- - -
-
- - -
-
- -