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

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

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing .py files Created 8 years, 8 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 5
6 .autocomplete-results-table { 6 .autocomplete-results-table {
7 border: 1px solid grey;
7 margin-bottom: 1.5em; 8 margin-bottom: 1.5em;
8 border: 1px solid grey;
9 } 9 }
10 10
11 .autocomplete-results-table th { 11 .autocomplete-results-table th {
12 border: 1px solid grey; 12 border: 1px solid grey;
13 } 13 }
14 14
15 .autocomplete-results-table td { 15 .autocomplete-results-table td {
16 border: 1px solid grey; 16 border: 1px solid grey;
17 } 17 }
18 18
19 .check-mark { 19 .check-mark {
20 color: green; 20 color: green;
21 } 21 }
22 22
23 .x-mark { 23 .x-mark {
24 color: red; 24 color: red;
25 } 25 }
26 26
27 p { 27 p {
28 margin: 0; 28 margin: 0;
29 } 29 }
30 30
31 .input-section { 31 .input-section {
32 margin-bottom: 1em; 32 margin-bottom: 1em;
33 } 33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698