diff options
author | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-02-09 15:51:53 -0200 |
---|---|---|
committer | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-02-09 15:51:53 -0200 |
commit | 32a1b251fad86ce428f43560231bf79551e8f069 (patch) | |
tree | 71be20396ecf6084fdfc86b060c9d635a2e5c4ed /web-ui/src | |
parent | 2bfd4b8da51310da0e11d87f64f57990d93d79e0 (diff) |
[#922] Changes layout to be compatible with IE
with @anikarni
Diffstat (limited to 'web-ui/src')
-rw-r--r-- | web-ui/src/backup_account/backup_account.html | 2 | ||||
-rw-r--r-- | web-ui/src/backup_account/page.scss | 5 | ||||
-rw-r--r-- | web-ui/src/common/header/header.scss | 1 |
3 files changed, 8 insertions, 0 deletions
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 @@ <!DOCTYPE html> <html> <head> + <link rel="icon" type="image/png" href="assets/images/Favicon.png" /> <meta charset="utf-8"/> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/> <title>Pixelated Backup Account</title> </head> 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; |