Home | History | Annotate | Download | only in omnibox
      1 /* Copyright (c) 2012 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 .autocomplete-results-table {
      6   margin-bottom: 1.5em;
      7 }
      8 
      9 .autocomplete-results-table th {
     10   background-color: #C0C0C0;
     11 }
     12 
     13 .autocomplete-results-table td {
     14   background-color: #F0F0F0;
     15 }
     16 
     17 .group-separator {
     18   display: block;
     19   text-decoration: underline;
     20 }
     21 
     22 .check-mark {
     23   color: green;
     24   text-align: center;
     25 }
     26 
     27 .x-mark {
     28   color: red;
     29   text-align: center;
     30 }
     31 
     32 p {
     33   margin: 0;
     34 }
     35 
     36 .input-section {
     37   margin-bottom: 1em;
     38 }
     39 
     40 .table-header {
     41   white-space: nowrap;
     42 }
     43 
     44 .additional-info-property,
     45 .additional-info-value {
     46   white-space: nowrap;
     47 }
     48