From 926c46b7014fb1685520d10875b13fab3e8f5f17 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 12 Nov 2017 11:44:59 -0800 Subject: [PATCH] Tweak cloud config (#618) --- .../config/cloud/ha-config-cloud-account.html | 41 +++++++++++++++---- .../config/cloud/ha-config-cloud-login.html | 6 +-- .../cloud/ha-config-cloud-register.html | 9 ++-- 3 files changed, 37 insertions(+), 19 deletions(-) diff --git a/panels/config/cloud/ha-config-cloud-account.html b/panels/config/cloud/ha-config-cloud-account.html index 937baafdcf..f8ab629b15 100644 --- a/panels/config/cloud/ha-config-cloud-account.html +++ b/panels/config/cloud/ha-config-cloud-account.html @@ -16,7 +16,7 @@ paper-card { display: block; } - .account { + .account-row { display: flex; padding: 0 16px; } @@ -28,6 +28,19 @@ margin-top: 24px; text-align: center; } + .nowrap { + white-space: nowrap;; + } + .wrap { + white-space: normal; + } + .status { + padding: 16px; + } + paper-button { + color: var(--primary-color); + font-weight: 500; + }
@@ -36,23 +49,29 @@ > Home Assistant Cloud - The Home Assistant Cloud allows you to opt-in to functions that will bring your Home Assistant experience to the next level. - -

- Home Assistant will never share information with our cloud without your prior permission. -

+ Thank you for supporting Home Assistant. It's because of people like you that we are able to run this project and make a great home automation experience for everyone. Thank you!
-