Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / translate_internals / translate_internals.css
blob11626b4e851fd01362153d9d2b9640c16c25f0b1
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 body {
6 color: #333;
9 h2 {
10 font-size: 110%;
13 table {
14 border-collapse: collapse;
15 table-layout: fixed;
16 width: 100%;
19 th,
20 td {
21 border-color: #666;
22 border-style: solid;
23 border-width: 1px;
24 padding: 1px 4px;
27 tabpanel {
28 padding-bottom: 10px;
31 tabpanel > div {
32 display: -webkit-flex;
35 tabpanel > div > div {
36 -webkit-flex: 1;
39 .dump {
40 font-family: monospace;
41 white-space: pre-wrap;
44 #tabpanel-prefs ul {
45 list-style-type: none;
46 padding-left: 0;
49 #tabpanel-prefs ul li {
50 width: 100%;
53 #tabpanel-prefs button.dismissing {
54 background-color: transparent;
55 border-style: solid;
56 border-width: 1px;
57 color: #666;
58 cursor: pointer;
59 font-size: 110%;
60 margin-left: 1em;
63 .detection-logs-time {
64 width: 10%;
67 .detection-logs-url {
68 width: 20%;
71 td.detection-logs-url {
72 word-wrap: break-word;
75 .detection-logs-content-language {
76 width: 10%;
79 .detection-logs-cld-language {
80 width: 10%;
83 .detection-logs-is-cld-reliable {
84 width: 5%;
87 .detection-logs-has-notranslate {
88 width: 5%;
91 .detection-logs-html-root-language {
92 width: 10%;
95 .detection-logs-adopted-language {
96 width: 10%;
99 .detection-logs-content {
100 width: 20%;
103 td.detection-logs-content div {
104 font-family: monospace;
105 max-height: 250px;
106 overflow: auto;
107 white-space: pre-wrap;
108 word-wrap: break-word;
111 .error-logs-time {
112 width: 20%;
115 .error-logs-url {
116 width: 40%;
119 .error-logs-error {
120 width: 40%;
123 .event-logs-time {
124 width: 15%;
127 .event-logs-place {
128 overflow: hidden;
129 text-overflow: ellipsis;
130 white-space: nowrap;
131 width: 35%;
134 .event-logs-message {
135 width: 50%;
138 .prefs-setting-disabled {
139 display: none;