diff --git a/static/css/admin/checks.css b/static/css/admin/checks.css index 51fa0688..59c9d9e4 100644 --- a/static/css/admin/checks.css +++ b/static/css/admin/checks.css @@ -1,3 +1,5 @@ +/* The below rules are used in Django Admin */ + .field-code { font-family: monospace; font-size: 80%; @@ -8,4 +10,4 @@ background: #EEE; padding: 1px 4px; border-radius: 2px; -} \ No newline at end of file +} diff --git a/static/css/base.css b/static/css/base.css index 0aedb768..7cb8f73e 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -5,7 +5,7 @@ html { body { /* Margin bottom by footer height */ - margin-bottom: 100px; + margin-bottom: 84px; } .footer { diff --git a/static/css/my_checks.css b/static/css/my_checks.css index af611bd5..945e2efb 100644 --- a/static/css/my_checks.css +++ b/static/css/my_checks.css @@ -196,3 +196,7 @@ #update-name-modal .modal-body { padding: 15px 40px; } + +#my-checks-bottom-actions { + margin-bottom: 20px; +} diff --git a/static/css/pricing.css b/static/css/pricing.css index 646158ac..1576294c 100644 --- a/static/css/pricing.css +++ b/static/css/pricing.css @@ -1,3 +1,9 @@ +#pricing-tagline { + font-weight: bold; + margin: 20px 0; + font-size: 28px; +} + #subscription-status form { display: inline-block; } @@ -108,4 +114,4 @@ .page-pricing .tooltip-inner { text-align: left; -} \ No newline at end of file +} diff --git a/static/css/welcome.css b/static/css/welcome.css index c9f439a9..c469ab69 100644 --- a/static/css/welcome.css +++ b/static/css/welcome.css @@ -8,7 +8,7 @@ } .get-started-bleed { - background: #e5ece5; + background: #f2f5f2; padding: 3em 0; } @@ -21,10 +21,19 @@ text-align: center; padding: 100px 0; margin: 0; - font-size: 28px; + font-size: 36px; + font-weight: bold; +} + +#pitch small { + display: block; + margin-top: 10px; + font-size: 18px; + color: #333; } #pitch-subtitle { + font-size: 14px; margin-top: 0; text-align: center; } @@ -35,12 +44,11 @@ margin: 10px auto; } -#pitch-url-input { - text-align: center; - background: #FFF; - border: 0; - box-shadow: none; - cursor: text; +#pitch-url code { + background: #f5f5f5; + display: inline-block; + margin-top: 0px; + padding: 6px 9px; } #pitch-text { @@ -66,6 +74,15 @@ margin-bottom: 80px; } +.tour-section h3 { + margin-top: 10px; + font-weight: bold; +} + +#welcome-integrations { + margin-bottom: 80px; +} + #welcome-integrations h1 { text-align: center; margin-bottom: 20px; @@ -110,8 +127,8 @@ border-top: 0; } -.tab-pane p { - padding: 15px; +#email.tab-pane { + padding: 20px; margin: 0; } diff --git a/templates/front/my_checks.html b/templates/front/my_checks.html index ddd7a17c..2c2f9053 100644 --- a/templates/front/my_checks.html +++ b/templates/front/my_checks.html @@ -32,7 +32,7 @@ {% endif %} -
{{ ping_url }}