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

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: rebase 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 */
5 4
6 .autocomplete-results-table { 5 .autocomplete-results-table {
6 border: 1px solid grey;
7 margin-bottom: 1.5em; 7 margin-bottom: 1.5em;
8 border: 1px solid grey;
9 } 8 }
10 9
11 .autocomplete-results-table th { 10 .autocomplete-results-table th {
12 border: 1px solid grey; 11 border: 1px solid grey;
13 } 12 }
14 13
15 .autocomplete-results-table td { 14 .autocomplete-results-table td {
16 border: 1px solid grey; 15 border: 1px solid grey;
17 } 16 }
18 17
19 .check-mark { 18 .check-mark {
20 color: green; 19 color: green;
21 } 20 }
22 21
23 .x-mark { 22 .x-mark {
24 color: red; 23 color: red;
25 } 24 }
26 25
27 p { 26 p {
28 margin: 0; 27 margin: 0;
29 } 28 }
30 29
31 .input-section { 30 .input-section {
32 margin-bottom: 1em; 31 margin-bottom: 1em;
33 } 32 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/media_internals/media_internals.css ('k') | chrome/browser/resources/plugins.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698