From 0c6dcfa766e43a68565af6490c59c290c299e83e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Mon, 29 Oct 2018 14:21:47 +0200 Subject: [PATCH] Responsive tweaks. --- static/css/welcome.css | 6 ++-- templates/base.html | 2 +- templates/front/welcome.html | 69 ++++++++++++++++++++++++++++-------- 3 files changed, 57 insertions(+), 20 deletions(-) diff --git a/static/css/welcome.css b/static/css/welcome.css index ec274fb5..e4832a5f 100644 --- a/static/css/welcome.css +++ b/static/css/welcome.css @@ -72,13 +72,11 @@ } #welcome-integrations .integration { - display: inline-block; border: 1px solid #ddd; border-radius: 3px; padding: 20px 0; - margin: 0 20px 20px 0; text-align: center; - width: 150px; + margin-bottom: 30px; } #welcome-integrations img { @@ -151,4 +149,4 @@ max-width: 800px; margin-left: auto; margin-right: auto; -} \ No newline at end of file +} diff --git a/templates/base.html b/templates/base.html index 1903f09f..114474cf 100644 --- a/templates/base.html +++ b/templates/base.html @@ -148,7 +148,7 @@ {% endif %} {% if show_search %} - {% endif %} diff --git a/templates/front/welcome.html b/templates/front/welcome.html index 3e517948..71c37808 100644 --- a/templates/front/welcome.html +++ b/templates/front/welcome.html @@ -302,79 +302,118 @@ Set up additional ways to get notified: -
+
Email icon

Email
 

- {% if enable_sms %} +
+ + {% if enable_sms %} +
SMS icon

SMS
 

- {% endif %} +
+ {% endif %} + +
Webhook icon

Webhooks
 

+
+ +
Slack icon

Slack
Chat

- {% if enable_telegram %} +
+ + {% if enable_telegram %} +
Telegram icon

Telegram
Chat

- {% endif %} - {% if enable_pushover %} +
+ {% endif %} + + {% if enable_pushover %} +
Pushover icon

Pushover
Push Notifications

- {% endif %} - {% if enable_pushbullet %} +
+ {% endif %} + + {% if enable_pushbullet %} +
Pushbullet icon

Pushbullet
Push Notifications

- {% endif %} - {% if enable_pd %} +
+ {% endif %} + + {% if enable_pd %} +
PagerDuty icon

PagerDuty
Incident Management

- {% endif %} +
+ {% endif %} + +
HipChat icon

HipChat
Chat

+
+ +
VictorOps icon

VictorOps
Incident Management

- {% if enable_discord %} +
+ + {% if enable_discord %} +
Discord icon

Discord
Chat

- {% endif %} +
+ {% endif %} + +
OpsGenie icon

OpsGenie
Incident Management

+
+ +
PagerTree icon

PagerTree
Incident Management

- {% if enable_trello %} +
+ + {% if enable_trello %} +
Trello icon

Trello
Project Management

- {% endif %}
+ {% endif %}