/* 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. */ /* TODO(jhawkins): Organize these by page. */ #sync-setup-overlay * h4 { margin: 5px 0; } #sync-setup-overlay * form { -webkit-user-select: none; } #sync-setup-overlay * .content-area { padding: 10px 15px; } .action-area-link-container { -webkit-box-flex: 1; } .sync-customize-section-container { margin: 5px 0 10px 0; } #sync-custom-passphrase { margin: 0 25px; } #sync-passphrase-message { color: gray; } .sync-custom-passphrase-input { margin: 10px 0; } #sync-existing-passphrase-container { background: rgb(255, 242, 158); border: 1px solid rgb(212, 205, 173); padding: 10px; } #sync-instructions-container { line-height: 1.8em; margin-bottom: 30px; } #choose-data-types-body { -webkit-column-count: 3; margin: 10px 0 0 0; } #choose-data-types-body > .checkbox:first-child { margin-top: 0; } #choose-data-types-body > .checkbox:last-child { margin-bottom: 0; } #sync-setup-overlay { -webkit-user-select: none; background-color: white; margin-bottom: 6px; margin-top: 6px; width: 500px; } #sync-setup-overlay * a:link { color: rgb(0, 0, 204); } #sync-setup-overlay * a:visited { color: rgb(85, 26, 139); } #sync-setup-overlay * a:active { color: rgb(255, 0, 0); } #sync-setup-overlay * hr { background-color: #ddd; border: 0; height: 1px; text-align: left; width: 100%; } #sync-setup-delete-profile { margin: 10px 0 0 0; } #email-readonly { font-size: 15px; height: 29px; line-height: 29px; margin: 0; } #encryption-section-message { color: gray; margin-bottom: 5px; } #basic-encryption-body, #full-encryption-body { display: table; } #passphrase-input { margin-bottom: 5px; margin-top: 5px; } #incorrect-passphrase { margin-top: 5px; } #sync-setup-overlay * .error { color: red; } .overlay-warning { background: white; border: 2px solid #888; border-radius: 8px; box-shadow: 0.2em 0.2em 0.5em #888; left: 25px; padding: 15px; position: absolute; right: 25px; top: 100px; } #cancel-warning-header { font-weight: bold; margin-bottom: 8px; } .overlay-warning input { float: right; margin-left: 5px; margin-top: 12px; } #sync-passphrase-warning { margin-bottom: 5px; } #asp-warning-div { text-align: left; } #logging-in-throbber { margin: 0 10px; } #password-row { margin-bottom: 0; margin-top: 2px; } #action-area { margin: 1em 0; } #sync-setup-configure { background: white; } #choose-data-types-form { -webkit-user-select: none; } #chooseDataTypesRadio { vertical-align: top; } #chooseDataTypes > div { display: inline-block; } .sync-data-types { margin-left: 5px; } #learn-more-link { float: right; } html[dir='rtl'] #learn-more-link { float: left; } #customize-link, #use-default-link { -webkit-transition: opacity 250ms; }