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 +++++ 2 files changed, 7 insertions(+) (limited to 'web-ui/src/backup_account') 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; } -- cgit v1.2.3