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

Side by Side Diff: chrome/browser/resources/chromeos/fsp_internals.css

Issue 296003012: [fsp] Introduce chrome://fsp-internals for logging and debugging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed indentation. Created 6 years, 6 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
(Empty)
1 /* Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6 body {
7 font-family: 'Verdana', 'Arial';
8 font-size: 14px;
9 margin: 20px;
10 }
11
12 h1 {
13 font-size: 20px;
14 font-weight: normal;
15 }
16
17 table {
18 border-collapse: collapse;
19 width: 100%;
20 }
21
22 table th {
23 background-color: rgb(92, 107, 192);
24 color: white;
25 font-weight: normal;
26 height: 50px;
27 }
28
29 table td {
30 border-bottom: 1px solid #eee;
31 height: 40px;
32 line-height: 24px;
33 text-align: center;
34 }
35
36 table td .icon {
37 display: inline-block;
38 height: 24px;
39 vertical-align: middle;
40 width: 24px;
41 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/file_system_provider/service_factory.cc ('k') | chrome/browser/resources/chromeos/fsp_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698