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

Side by Side Diff: Source/devtools/front_end/console/consoleView.css

Issue 1167573003: Devtools: Resize glpyhs and add animation icons (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 position: absolute; 105 position: absolute;
106 display: block; 106 display: block;
107 content: ""; 107 content: "";
108 left: -17px; 108 left: -17px;
109 top: 9px; 109 top: 9px;
110 width: 10px; 110 width: 10px;
111 height: 10px; 111 height: 10px;
112 margin-top: -4px; 112 margin-top: -4px;
113 -webkit-user-select: none; 113 -webkit-user-select: none;
114 background-image: url(Images/toolbarButtonGlyphs.png); 114 background-image: url(Images/toolbarButtonGlyphs.png);
115 background-size: 320px 144px; 115 background-size: 352px 144px;
116 } 116 }
117 117
118 @media (-webkit-min-device-pixel-ratio: 1.5) { 118 @media (-webkit-min-device-pixel-ratio: 1.5) {
119 .console-message::before, 119 .console-message::before,
120 .console-user-command::before, 120 .console-user-command::before,
121 #console-prompt::before, 121 #console-prompt::before,
122 .console-group-title::before { 122 .console-group-title::before {
123 background-image: url(Images/toolbarButtonGlyphs_2x.png); 123 background-image: url(Images/toolbarButtonGlyphs_2x.png);
124 } 124 }
125 } /* media */ 125 } /* media */
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 margin-left: 16px; 182 margin-left: 16px;
183 } 183 }
184 184
185 .console-group-title { 185 .console-group-title {
186 font-weight: bold; 186 font-weight: bold;
187 } 187 }
188 188
189 .console-group-title::before { 189 .console-group-title::before {
190 -webkit-user-select: none; 190 -webkit-user-select: none;
191 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); 191 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
192 -webkit-mask-size: 320px 144px; 192 -webkit-mask-size: 352px 144px;
193 float: left; 193 float: left;
194 width: 8px; 194 width: 8px;
195 content: "a"; 195 content: "a";
196 color: transparent; 196 color: transparent;
197 text-shadow: none; 197 text-shadow: none;
198 margin-left: 3px; 198 margin-left: 3px;
199 margin-top: -7px; 199 margin-top: -7px;
200 } 200 }
201 201
202 @media (-webkit-min-device-pixel-ratio: 1.5) { 202 @media (-webkit-min-device-pixel-ratio: 1.5) {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 .console-message.console-warning-level { 287 .console-message.console-warning-level {
288 background-color: rgb(255, 250, 224); 288 background-color: rgb(255, 250, 224);
289 } 289 }
290 290
291 .console-error-level .console-message::before, 291 .console-error-level .console-message::before,
292 .console-revokedError-level .console-message::before, 292 .console-revokedError-level .console-message::before,
293 .console-warning-level .console-message::before, 293 .console-warning-level .console-message::before,
294 .console-debug-level .console-message::before, 294 .console-debug-level .console-message::before,
295 .console-info-level .console-message::before { 295 .console-info-level .console-message::before {
296 background-image: url(Images/toolbarButtonGlyphs.png); 296 background-image: url(Images/toolbarButtonGlyphs.png);
297 background-size: 320px 144px; 297 background-size: 352px 144px;
298 width: 10px; 298 width: 10px;
299 height: 10px; 299 height: 10px;
300 } 300 }
301 301
302 @media (-webkit-min-device-pixel-ratio: 1.5) { 302 @media (-webkit-min-device-pixel-ratio: 1.5) {
303 .console-error-level .console-message::before, 303 .console-error-level .console-message::before,
304 .console-revokedError-level .console-message::before, 304 .console-revokedError-level .console-message::before,
305 .console-warning-level .console-message::before, 305 .console-warning-level .console-message::before,
306 .console-debug-level .console-message::before, 306 .console-debug-level .console-message::before,
307 .console-info-level .console-message::before { 307 .console-info-level .console-message::before {
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 font-size: 9px; 444 font-size: 9px;
445 } 445 }
446 446
447 .object-info-state-note::before { 447 .object-info-state-note::before {
448 content: "i"; 448 content: "i";
449 } 449 }
450 450
451 .console-view-object-properties-section:not(.expanded) .object-info-state-note { 451 .console-view-object-properties-section:not(.expanded) .object-info-state-note {
452 display: none; 452 display: none;
453 } 453 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698