| Index: chrome/browser/resources/chromeos/login/demo_user_login.css
|
| diff --git a/chrome/browser/resources/chromeos/login/demo_user_login.css b/chrome/browser/resources/chromeos/login/demo_user_login.css
|
| deleted file mode 100644
|
| index dae85d085d8c2e2b24b35b0e6f343b6a6e5a81f1..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/chromeos/login/demo_user_login.css
|
| +++ /dev/null
|
| @@ -1,48 +0,0 @@
|
| -/* 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.
|
| - */
|
| -
|
| -html,
|
| -body {
|
| - height: 100%;
|
| - width: 100%;
|
| -}
|
| -
|
| -body {
|
| - background: #000;
|
| - margin: 0;
|
| - overflow: hidden;
|
| - padding: 0;
|
| -}
|
| -
|
| -#page {
|
| - -webkit-box-align: center;
|
| - -webkit-box-pack: center;
|
| - /* Delay the login screen for 2 seconds then fade it in. */
|
| - -webkit-transition: opacity 1s linear 2s;
|
| - background: white;
|
| - display: -webkit-box;
|
| - height: 100%;
|
| - opacity: 0;
|
| - position: absolute;
|
| - width: 100%;
|
| -}
|
| -
|
| -#logo-container {
|
| - text-align: center;
|
| -}
|
| -
|
| -#logo {
|
| - width: 150px;
|
| -}
|
| -
|
| -#demo-login-text {
|
| - font-size: 14px;
|
| - padding-left: 30px;
|
| - padding-top: 10px;
|
| -}
|
| -
|
| -#lower-container {
|
| - height: 40px;
|
| -}
|
|
|