| Index: chrome/browser/resources/new_tab_sync_promo.css
|
| ===================================================================
|
| --- chrome/browser/resources/new_tab_sync_promo.css (revision 0)
|
| +++ chrome/browser/resources/new_tab_sync_promo.css (revision 0)
|
| @@ -0,0 +1,44 @@
|
| +/* Copyright (c) 2011 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.
|
| + */
|
| +
|
| +#sync-promo {
|
| + background-color: #f6f6f6;
|
| + border-bottom: solid 1px #dbdbdb;
|
| + margin-top: 0px;
|
| + position: fixed;
|
| + width: 100%;
|
| +}
|
| +
|
| +#sync-promo-contents {
|
| + margin-left: auto;
|
| + margin-right: auto;
|
| + max-width: 850px;
|
| +}
|
| +
|
| +#sync-promo-toggle {
|
| + margin-bottom: 2px;
|
| + margin-left: auto;
|
| + margin-right: auto;
|
| + width: 12px;
|
| +}
|
| +
|
| +#sync-promo.collapsed #sync-promo-toggle-button {
|
| + -webkit-transform: rotate(180deg);
|
| +}
|
| +
|
| +#sync-setup-configure {
|
| + margin-left: auto;
|
| + margin-right: auto;
|
| + max-width: 475px;
|
| +}
|
| +
|
| +#sync-setup-login-summary-title {
|
| + font-size: 115%;
|
| + font-weight: bold;
|
| +}
|
| +
|
| +#sync-setup-login-left-column {
|
| + padding: 30px;
|
| +}
|
|
|
| Property changes on: chrome/browser/resources/new_tab_sync_promo.css
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|