Only grant permissions to new extensions from sync if they have the expected version
[chromium-blink-merge.git] / chrome / browser / resources / sync_file_system_internals / main.css
blob4e6923ce6db634b87ef383caa0c6670b913f68a9
1 /* Copyright 2013 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. */
5 tabbox {
6 min-height: 650px;
9 h3 {
10 margin: 2px 0;
13 th,
14 td {
15 font-size: 14px;
16 padding-left: 0.5em;
17 padding-right: 0.5em;
18 text-align: left;
19 vertical-align: top;
22 thead tr {
23 font-size: 14px;
24 font-weight: bold;
27 tbody tr:nth-child(odd) {
28 background: rgb(238, 238, 255);
31 .log-time {
32 white-space: nowrap;
35 .log-event.error {
36 background: rgb(255, 220, 220);
39 .task-log-details label {
40 cursor: pointer;
43 .task-log-collapse-check {
44 vertical-align: top;
47 .task-log-collapse-check ~ ul {
48 display: inline-block;
49 height: 1em;
50 list-style: none;
51 margin: 0;
52 overflow: hidden;
53 padding: 0;
54 position: relative;
57 .task-log-collapse-check:checked ~ ul {
58 height: auto;
61 .file-icon {
62 background-image: url(chrome://syncfs-internals/file.png);
63 background-position: 0 2px;
64 background-repeat: no-repeat;
65 padding-left: 18px;
68 .folder-icon {
69 background-image: url(chrome://syncfs-internals/folder_closed.png);
70 background-position: 0 2px;
71 background-repeat: no-repeat;
72 padding-left: 18px;