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

Side by Side Diff: Source/devtools/front_end/audits/auditResultTree.css

Issue 1290883006: Devtools: Add new row in toolbarButtonGlyphs and layout editor icon (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 4 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
OLDNEW
1 /* 1 /*
2 * Copyright 2015 The Chromium Authors. All rights reserved. 2 * Copyright 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 .severity { 7 .severity {
8 background-image: url(Images/toolbarButtonGlyphs.png); 8 background-image: url(Images/toolbarButtonGlyphs.png);
9 background-size: 352px 144px; 9 background-size: 352px 168px;
10 display: inline-block; 10 display: inline-block;
11 width: 10px; 11 width: 10px;
12 height: 10px; 12 height: 10px;
13 position: relative; 13 position: relative;
14 top: 1px; 14 top: 1px;
15 margin-right: 4px; 15 margin-right: 4px;
16 } 16 }
17 17
18 li { 18 li {
19 -webkit-user-select: text; 19 -webkit-user-select: text;
(...skipping 12 matching lines...) Expand all
32 .severity.warning { 32 .severity.warning {
33 background-position: -246px -96px; 33 background-position: -246px -96px;
34 } 34 }
35 35
36 .severity.info { 36 .severity.info {
37 background-position: -235px -96px; 37 background-position: -235px -96px;
38 } 38 }
39 .audit-result { 39 .audit-result {
40 font-weight: bold; 40 font-weight: bold;
41 } 41 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/Images/toolbarButtonGlyphs_2x.png ('k') | Source/devtools/front_end/components/breakpointsList.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698