Commit 6ed5a9b1 authored by Yunke Zhou's avatar Yunke Zhou Committed by Commit Bot

Oobe: fix css for enterprise enrollment error screen

display:table should be removed since we are now using style from oobe-dialog.

Bug: 1021608
Change-Id: I779291ef6ddd94fd83c0ed0922f53d29c4c403f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421649Reviewed-by: default avatarDenis Kuznetsov [CET] <antrim@chromium.org>
Commit-Queue: Yunke Zhou <yunkez@google.com>
Cr-Commit-Position: refs/heads/master@{#809206}
parent 22b808d1
...@@ -16,12 +16,6 @@ ...@@ -16,12 +16,6 @@
color: #666; color: #666;
} }
#step-error {
display: table;
height: 480px;
margin: 0 auto;
}
#authView { #authView {
display: block; display: block;
overflow: hidden; overflow: hidden;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment