Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / browser / resources / appcache / appcache_internals.css
blob0844ed582057f12ac9d22eca76ee5a55295bc901
1 /* Copyright 2015 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 .appcache-summary {
6 background-color: rgb(235, 239, 249);
7 border-top: 1px solid rgb(156, 194, 239);
8 margin-bottom: 6px;
9 margin-top: 12px;
10 padding: 3px;
11 font-weight: bold;
14 .appcache-item {
15 margin-bottom: 15px;
16 margin-top: 6px;
17 position: relative;
20 .appcache-url {
21 color: rgb(85, 102, 221);
22 display: inline-block;
23 max-width: 500px;
24 overflow: hidden;
25 padding-bottom: 1px;
26 padding-top: 4px;
27 text-decoration: none;
28 text-overflow: ellipsis;
29 white-space: nowrap;
32 .appcache-info-template-table {
33 table-layout: fixed;
36 .appcache-info-properties {
37 word-wrap: break-word;
40 .appcache-info-url {
41 color: rgb(85, 102, 221);
42 display: inline-block;
45 .appcache-manifest-url {
46 color: rgb(85, 102, 221);
47 display: inline-block;
48 max-width: 500px;
49 overflow: hidden;
50 padding-bottom: 1px;
51 padding-top: 4px;
52 text-decoration: none;
53 text-overflow: ellipsis;
54 white-space: nowrap;
57 .appcache-info-item {
58 margin-bottom: 10px;
59 margin-top: 6px;
60 margin-left: 6px;
61 position: relative;
64 .appcache-manifest-commands a {
65 -webkit-margin-end: 16px;
66 color: #777;
69 .appcache-info-template-file-url {
70 width: 200px;
71 height:25px;
74 .appcache-info-template-file-url {
75 color: rgb(60, 102, 221);