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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/ui/smallIcon.css

Issue 1922073002: DevTools: polish service worker inspector UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « third_party/WebKit/Source/devtools/front_end/sdk/ServiceWorkerManager.js ('k') | 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 /* 1 /*
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2015 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 div { 7 div {
8 width: 10px; 8 width: 10px;
9 height: 10px; 9 height: 10px;
10 margin-right: 2px; 10 margin-right: 4px;
11 display: inline-block; 11 display: inline-block;
12 flex-shrink: 0;
dgozman 2016/04/26 23:38:22 I'm worried this could break something else.
12 } 13 }
13 14
14 div.error-icon, 15 div.error-icon,
15 div.revokedError-icon, 16 div.revokedError-icon,
16 div.warning-icon, 17 div.warning-icon,
17 div.info-icon, 18 div.info-icon,
18 div.device-icon, 19 div.device-icon,
19 div.red-ball, 20 div.red-ball,
20 div.green-ball, 21 div.green-ball,
21 div.orange-ball { 22 div.orange-ball {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 background-position: -224px -96px; 61 background-position: -224px -96px;
61 } 62 }
62 63
63 div.green-ball { 64 div.green-ball {
64 background-position: -235px -96px; 65 background-position: -235px -96px;
65 } 66 }
66 67
67 div.orange-ball { 68 div.orange-ball {
68 background-position: -246px -96px; 69 background-position: -246px -96px;
69 } 70 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sdk/ServiceWorkerManager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698