Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Side by Side Diff: chrome/browser/resources/omnibox/omnibox.css

Issue 10692075: Enhance chrome://omnibox Presentation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: We\'re not logging\! We\'re recording diagnostics\! Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 .autocomplete-results-table { 5 .autocomplete-results-table {
6 font-family: Arial, Helvetica, sans-serif;
7 font-size: small;
6 margin-bottom: 1.5em; 8 margin-bottom: 1.5em;
7 } 9 }
8 10
9 .autocomplete-results-table th { 11 .autocomplete-results-table th {
10 background-color: #C0C0C0; 12 background-color: #C0C0C0;
11 } 13 }
12 14
13 .autocomplete-results-table td { 15 .autocomplete-results-table td {
14 background-color: #F0F0F0; 16 background-color: #F0F0F0;
15 } 17 }
(...skipping 17 matching lines...) Expand all
33 margin: 0; 35 margin: 0;
34 } 36 }
35 37
36 .input-section { 38 .input-section {
37 margin-bottom: 1em; 39 margin-bottom: 1em;
38 } 40 }
39 41
40 .table-header { 42 .table-header {
41 white-space: nowrap; 43 white-space: nowrap;
42 } 44 }
45
46 .diagnostic-property {
47 white-space: nowrap;
48 }
49
50 .diagnostic-value {
51 white-space: nowrap;
52 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698