OLD | NEW |
(Empty) | |
| 1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. |
| 4 */ |
| 5 |
| 6 #sync-promo { |
| 7 background-color: #f6f6f6; |
| 8 border-bottom: solid 1px #dbdbdb; |
| 9 margin-top: 0px; |
| 10 position: fixed; |
| 11 width: 100%; |
| 12 } |
| 13 |
| 14 #sync-promo-contents { |
| 15 margin-left: auto; |
| 16 margin-right: auto; |
| 17 max-width: 850px; |
| 18 } |
| 19 |
| 20 #sync-promo-toggle { |
| 21 margin-bottom: 2px; |
| 22 margin-left: auto; |
| 23 margin-right: auto; |
| 24 width: 12px; |
| 25 } |
| 26 |
| 27 #sync-promo.collapsed #sync-promo-toggle-button { |
| 28 -webkit-transform: rotate(180deg); |
| 29 } |
| 30 |
| 31 #sync-setup-configure { |
| 32 margin-left: auto; |
| 33 margin-right: auto; |
| 34 max-width: 475px; |
| 35 } |
| 36 |
| 37 #sync-setup-login-summary-title { |
| 38 font-size: 115%; |
| 39 font-weight: bold; |
| 40 } |
| 41 |
| 42 #sync-setup-login-left-column { |
| 43 padding: 30px; |
| 44 } |
OLD | NEW |