home *** CD-ROM | disk | FTP | other *** search
- /* 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. */
-
- .autocomplete-results-table {
- margin-bottom: 1.5em;
- }
-
- .autocomplete-results-table th {
- background-color: #C0C0C0;
- }
-
- .autocomplete-results-table td {
- background-color: #F0F0F0;
- }
-
- .group-separator {
- display: block;
- text-decoration: underline;
- }
-
- .check-mark {
- color: green;
- text-align: center;
- }
-
- .x-mark {
- color: red;
- text-align: center;
- }
-
- p {
- margin: 0;
- }
-
- .input-section {
- margin-bottom: 1em;
- }
-
- .table-header {
- white-space: nowrap;
- }
-
- .additional-info-property,
- .additional-info-value {
- white-space: nowrap;
- }
-