| Index: chrome/browser/resources/chromeos/login/screen_gaia_signin.css
|
| diff --git a/chrome/browser/resources/chromeos/login/screen_gaia_signin.css b/chrome/browser/resources/chromeos/login/screen_gaia_signin.css
|
| index 04dba0266f83c72fb0491a8115fc3b17d74c68ea..ef4620e13f8d92de294fbb3e1d93dbbdea0590e1 100644
|
| --- a/chrome/browser/resources/chromeos/login/screen_gaia_signin.css
|
| +++ b/chrome/browser/resources/chromeos/login/screen_gaia_signin.css
|
| @@ -1,4 +1,4 @@
|
| -/* Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| @@ -61,3 +61,12 @@ html[dir=rtl] #signin-right {
|
| right: 0;
|
| top: 0;
|
| }
|
| +
|
| +/* Position to be aligned with the login box in iframe */
|
| +#login-box {
|
| + height: 31px;
|
| + position: absolute;
|
| + top: 77px;
|
| + visibility: hidden;
|
| + z-index: -1;
|
| +}
|
|
|