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

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: Remove font changes. Created 8 years, 4 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 margin-bottom: 1.5em; 6 margin-bottom: 1.5em;
7 } 7 }
8 8
9 .autocomplete-results-table th { 9 .autocomplete-results-table th {
10 background-color: #C0C0C0; 10 background-color: #C0C0C0;
(...skipping 22 matching lines...) Expand all
33 margin: 0; 33 margin: 0;
34 } 34 }
35 35
36 .input-section { 36 .input-section {
37 margin-bottom: 1em; 37 margin-bottom: 1em;
38 } 38 }
39 39
40 .table-header { 40 .table-header {
41 white-space: nowrap; 41 white-space: nowrap;
42 } 42 }
43
44 .additional-info-property,
45 .additional-info-value {
46 white-space: nowrap;
47 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698