Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / browser / resources / service_worker / serviceworker_internals.css
blob760c993ab167742992d289708e8e8142c23095c0
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. */
5 .serviceworker-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 .serviceworker-item {
15 margin-bottom: 15px;
16 margin-top: 6px;
17 position: relative;
20 .serviceworker-registration {
21 padding: 5px;
24 .serviceworker-scope {
25 color: rgb(85, 102, 221);
26 display: inline-block;
27 padding-bottom: 1px;
28 padding-top: 4px;
29 text-decoration: none;
30 white-space: nowrap;
33 .serviceworker-version {
34 padding-bottom: 3px;
35 padding-left: 10px;
38 .controls a {
39 -webkit-margin-end: 16px;
40 color: #777;