From 32a1b251fad86ce428f43560231bf79551e8f069 Mon Sep 17 00:00:00 2001 From: Tayane Fernandes Date: Thu, 9 Feb 2017 15:51:53 -0200 Subject: [#922] Changes layout to be compatible with IE with @anikarni --- web-ui/src/backup_account/backup_account.html | 2 ++ web-ui/src/backup_account/page.scss | 5 +++++ web-ui/src/common/header/header.scss | 1 + 3 files changed, 8 insertions(+) (limited to 'web-ui') diff --git a/web-ui/src/backup_account/backup_account.html b/web-ui/src/backup_account/backup_account.html index 997c76f8..ec6213be 100644 --- a/web-ui/src/backup_account/backup_account.html +++ b/web-ui/src/backup_account/backup_account.html @@ -1,7 +1,9 @@ + + Pixelated Backup Account diff --git a/web-ui/src/backup_account/page.scss b/web-ui/src/backup_account/page.scss index a344b957..9d94c156 100644 --- a/web-ui/src/backup_account/page.scss +++ b/web-ui/src/backup_account/page.scss @@ -48,6 +48,10 @@ section { flex: 1 0 auto; } +form { + width: 100%; +} + h1 { font-size: 1.3em; font-weight: 600; @@ -84,6 +88,7 @@ p { .backup-account-image { width: 50%; + height: 100%; align-self: center; } diff --git a/web-ui/src/common/header/header.scss b/web-ui/src/common/header/header.scss index 66ddfa3e..d56629bf 100644 --- a/web-ui/src/common/header/header.scss +++ b/web-ui/src/common/header/header.scss @@ -65,6 +65,7 @@ .header-icons { position: relative; right: 0; + top: 0; a { display: flex; -- cgit v1.2.3