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

Side by Side Diff: chrome/browser/resources/quota_internals/main.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 /* 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 Copyright (c) 2011 The Chromium Authors. All rights reserved. 2 * Use of this source code is governed by a BSD-style license that can be
3 Use of this source code is governed by a BSD-style license that can be 3 * found in the LICENSE file. */
4 found in the LICENSE file.
5 */
6 4
7 th, td { 5 th,
6 td {
8 padding-left: 0.5em; 7 padding-left: 0.5em;
9 padding-right: 0.5em; 8 padding-right: 0.5em;
10 text-align: center; 9 text-align: center;
11 } 10 }
12 11
13 #tree-view-container { 12 #tree-view-container {
14 float: left; 13 float: left;
15 min-width: 15em; 14 min-width: 15em;
16 width: 20%; 15 width: 20%;
17 } 16 }
18 17
19 tr:nth-child(odd) { 18 tr:nth-child(odd) {
20 background: #eeeeff; 19 background: rgb(238, 238, 255);
21 } 20 }
22 21
23 .tree-item:not([may-have-children]) > .tree-row > .tree-label { 22 .tree-item:not([may-have-children]) > .tree-row > .tree-label {
24 background-image: url("../shared/images/icon_file.png"); 23 background-image: url('../shared/images/icon_file.png');
25 } 24 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview.css ('k') | chrome/browser/resources/sessions.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698