summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/sync_file_system_internals/main.css
blob: a5a141cf138f21eda8b9774aca814e729b58dd57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/* Copyright 2013 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

* {
  font-family: Ubuntu, Arial, sans-serif;
}

tabbox {
  min-height: 650px;
}

h3 {
  margin: 2px 0;
}

th,
td {
  font-size: 14px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: left;
  vertical-align: top;
}

thead tr {
  font-size: 14px;
  font-weight: bold;
}

tbody tr:nth-child(odd) {
  background: rgb(238, 238, 255);
}

.log-time {
  white-space: nowrap;
}

.log-event.error {
  background: rgb(255, 220, 220);
}

.file-icon {
  background-image: url('chrome://syncfs-internals/file.png');
  background-position: 0 2px;
  background-repeat: no-repeat;
  padding-left: 18px;
}

.folder-icon {
  background-image: url('chrome://syncfs-internals/folder_closed.png');
  background-position: 0 2px;
  background-repeat: no-repeat;
  padding-left: 18px;
}