Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(318)

Side by Side Diff: content/browser/resources/service_worker/serviceworker_internals.css

Issue 506603003: Don't hide the scope in chrome://serviceworker-internals/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2014 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 .serviceworker-summary { 5 .serviceworker-summary {
6 background-color: rgb(235, 239, 249); 6 background-color: rgb(235, 239, 249);
7 border-top: 1px solid rgb(156, 194, 239); 7 border-top: 1px solid rgb(156, 194, 239);
8 margin-bottom: 6px; 8 margin-bottom: 6px;
9 margin-top: 12px; 9 margin-top: 12px;
10 padding: 3px; 10 padding: 3px;
11 font-weight: bold; 11 font-weight: bold;
12 } 12 }
13 13
14 .serviceworker-item { 14 .serviceworker-item {
15 margin-bottom: 15px; 15 margin-bottom: 15px;
16 margin-top: 6px; 16 margin-top: 6px;
17 position: relative; 17 position: relative;
18 } 18 }
19 19
20 .serviceworker-registration { 20 .serviceworker-registration {
21 padding: 5px; 21 padding: 5px;
22 } 22 }
23 23
24 .serviceworker-scope { 24 .serviceworker-scope {
25 color: rgb(85, 102, 221); 25 color: rgb(85, 102, 221);
26 display: inline-block; 26 display: inline-block;
27 max-width: 500px;
28 overflow: hidden;
29 padding-bottom: 1px; 27 padding-bottom: 1px;
30 padding-top: 4px; 28 padding-top: 4px;
31 text-decoration: none; 29 text-decoration: none;
32 text-overflow: ellipsis;
33 white-space: nowrap; 30 white-space: nowrap;
34 } 31 }
35 32
36 .serviceworker-version { 33 .serviceworker-version {
37 padding-bottom: 3px; 34 padding-bottom: 3px;
38 padding-left: 10px; 35 padding-left: 10px;
39 } 36 }
40 37
41 .controls a { 38 .controls a {
42 -webkit-margin-end: 16px; 39 -webkit-margin-end: 16px;
43 color: #777; 40 color: #777;
44 } 41 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698