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

Side by Side Diff: Source/devtools/front_end/timelinePanel.css

Issue 15962010: Indent media queries in CSS files for the DevTools. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Don't indent media queries but leave a comment explaining where the closing brace for media queries… Created 7 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
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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 .timeline-category-checkbox-checked { 175 .timeline-category-checkbox-checked {
176 background-image: url(Images/statusbarButtonGlyphs.png); 176 background-image: url(Images/statusbarButtonGlyphs.png);
177 background-size: 320px 120px; 177 background-size: 320px 120px;
178 background-position: -129px -110px; 178 background-position: -129px -110px;
179 } 179 }
180 180
181 @media (-webkit-min-device-pixel-ratio: 1.5) { 181 @media (-webkit-min-device-pixel-ratio: 1.5) {
182 .timeline-category-checkbox-checked { 182 .timeline-category-checkbox-checked {
183 background-image: url(Images/statusbarButtonGlyphs2x.png); 183 background-image: url(Images/statusbarButtonGlyphs2x.png);
184 } 184 }
185 } 185 } /* media */
186 186
187 .timeline-tree-item { 187 .timeline-tree-item {
188 height: 18px; 188 height: 18px;
189 line-height: 15px; 189 line-height: 15px;
190 padding-right: 5px; 190 padding-right: 5px;
191 padding-left: 5px; 191 padding-left: 5px;
192 padding-top: 2px; 192 padding-top: 2px;
193 white-space: nowrap; 193 white-space: nowrap;
194 text-overflow: ellipsis; 194 text-overflow: ellipsis;
195 overflow: hidden; 195 overflow: hidden;
(...skipping 22 matching lines...) Expand all
218 height: 10px; 218 height: 10px;
219 position: relative; 219 position: relative;
220 top: 3px; 220 top: 3px;
221 left: 2px; 221 left: 2px;
222 } 222 }
223 223
224 @media (-webkit-min-device-pixel-ratio: 1.5) { 224 @media (-webkit-min-device-pixel-ratio: 1.5) {
225 .timeline-expandable-arrow { 225 .timeline-expandable-arrow {
226 background-image: url(Images/statusbarButtonGlyphs2x.png); 226 background-image: url(Images/statusbarButtonGlyphs2x.png);
227 } 227 }
228 } 228 } /* media */
229 229
230 .timeline-expandable-collapsed .timeline-expandable-arrow { 230 .timeline-expandable-collapsed .timeline-expandable-arrow {
231 background-position: -4px -96px; 231 background-position: -4px -96px;
232 } 232 }
233 233
234 .timeline-expandable-expanded .timeline-expandable-arrow { 234 .timeline-expandable-expanded .timeline-expandable-arrow {
235 background-position: -20px -96px; 235 background-position: -20px -96px;
236 } 236 }
237 237
238 .timeline-tree-item .type { 238 .timeline-tree-item .type {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 position: relative; 273 position: relative;
274 top: 2px; 274 top: 2px;
275 background-position: -202px -107px; 275 background-position: -202px -107px;
276 } 276 }
277 277
278 @media (-webkit-min-device-pixel-ratio: 1.5) { 278 @media (-webkit-min-device-pixel-ratio: 1.5) {
279 .timeline-tree-item.warning::after, 279 .timeline-tree-item.warning::after,
280 .timeline-tree-item.child-warning::after { 280 .timeline-tree-item.child-warning::after {
281 background-image: url(Images/statusbarButtonGlyphs2x.png); 281 background-image: url(Images/statusbarButtonGlyphs2x.png);
282 } 282 }
283 } 283 } /* media */
284 284
285 .timeline-tree-item.child-warning::after { 285 .timeline-tree-item.child-warning::after {
286 opacity: 0.5; 286 opacity: 0.5;
287 } 287 }
288 288
289 .timeline-tree-item .data.dimmed { 289 .timeline-tree-item .data.dimmed {
290 color: rgba(0, 0, 0, 0.7); 290 color: rgba(0, 0, 0, 0.7);
291 } 291 }
292 292
293 #timeline-overview-events, 293 #timeline-overview-events,
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 margin-right: 0; 474 margin-right: 0;
475 -webkit-mask-image: url(Images/statusbarButtonGlyphs.png); 475 -webkit-mask-image: url(Images/statusbarButtonGlyphs.png);
476 -webkit-mask-size: 320px 120px; 476 -webkit-mask-size: 320px 120px;
477 background-color: black; 477 background-color: black;
478 } 478 }
479 479
480 @media (-webkit-min-device-pixel-ratio: 1.5) { 480 @media (-webkit-min-device-pixel-ratio: 1.5) {
481 #timeline-overview-sidebar .icon { 481 #timeline-overview-sidebar .icon {
482 -webkit-mask-image: url(Images/statusbarButtonGlyphs2x.png); 482 -webkit-mask-image: url(Images/statusbarButtonGlyphs2x.png);
483 } 483 }
484 } 484 } /* media */
485 485
486 .timeline-overview-sidebar-events .icon { 486 .timeline-overview-sidebar-events .icon {
487 -webkit-mask-position: -192px -48px; 487 -webkit-mask-position: -192px -48px;
488 } 488 }
489 489
490 .timeline-overview-sidebar-frames .icon { 490 .timeline-overview-sidebar-frames .icon {
491 -webkit-mask-position: -160px -48px; 491 -webkit-mask-position: -160px -48px;
492 } 492 }
493 493
494 .timeline-overview-sidebar-memory .icon { 494 .timeline-overview-sidebar-memory .icon {
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 } 685 }
686 686
687 .highlighted-timeline-record { 687 .highlighted-timeline-record {
688 -webkit-animation: "timeline_record_highlight" 2s 0s; 688 -webkit-animation: "timeline_record_highlight" 2s 0s;
689 } 689 }
690 690
691 @-webkit-keyframes timeline_record_highlight { 691 @-webkit-keyframes timeline_record_highlight {
692 from {background-color: rgba(255, 255, 120, 1); } 692 from {background-color: rgba(255, 255, 120, 1); }
693 to { background-color: rgba(255, 255, 120, 0); } 693 to { background-color: rgba(255, 255, 120, 0); }
694 } 694 }
OLDNEW
« Source/devtools/front_end/elementsPanel.css ('K') | « Source/devtools/front_end/sidebarPane.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698