| Index: chrome/browser/resources/chromeos/login/screen_container.css
|
| diff --git a/chrome/browser/resources/chromeos/login/screen_container.css b/chrome/browser/resources/chromeos/login/screen_container.css
|
| index 9778b318dc6e258a9801e2962ca23ae1791feb40..33f93a37aaf1f50aa1612c619fdaf8d65ed671c6 100644
|
| --- a/chrome/browser/resources/chromeos/login/screen_container.css
|
| +++ b/chrome/browser/resources/chromeos/login/screen_container.css
|
| @@ -124,13 +124,13 @@
|
| opacity: 1;
|
| }
|
|
|
| -body.login-display #inner-container {
|
| +body:not(.oobe-display) #inner-container {
|
| height: 262px;
|
| padding: 0;
|
| width: 1100px;
|
| }
|
|
|
| -body.login-display #progress-dots {
|
| +body:not(.oobe-display) #progress-dots {
|
| display: none;
|
| }
|
|
|
|
|