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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css

Issue 2886393003: DevTools: Use badges to render products in timeline details. (Closed)
Patch Set: rebaseline Created 3 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/timeline/TimelineUIUtils.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) 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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 357
358 .timeline-details-chip-title > div { 358 .timeline-details-chip-title > div {
359 width: 12px; 359 width: 12px;
360 height: 12px; 360 height: 12px;
361 border: 1px solid rgba(0, 0, 0, 0.2); 361 border: 1px solid rgba(0, 0, 0, 0.2);
362 display: inline-block; 362 display: inline-block;
363 margin-right: 4px; 363 margin-right: 4px;
364 content: " "; 364 content: " ";
365 } 365 }
366 366
367 .timeline-details-view-row-title { 367 .timeline-details-view-row-title:not(:empty) {
368 color: rgb(152, 152, 152); 368 color: rgb(152, 152, 152);
369 overflow: hidden; 369 overflow: hidden;
370 padding-right: 10px;
370 } 371 }
371 372
372 .timeline-details-warning { 373 .timeline-details-warning {
373 background-color: rgba(250, 209, 209, 0.48); 374 background-color: rgba(250, 209, 209, 0.48);
374 } 375 }
375 376
376 .timeline-details-warning .timeline-details-view-row-title { 377 .timeline-details-warning .timeline-details-view-row-title {
377 color: red; 378 color: red;
378 } 379 }
379 380
380 .timeline-details-warning .timeline-details-view-row-value { 381 .timeline-details-warning .timeline-details-view-row-value {
381 white-space: nowrap; 382 white-space: nowrap;
382 overflow: hidden; 383 overflow: hidden;
383 text-overflow: ellipsis; 384 text-overflow: ellipsis;
384 } 385 }
385 386
386 .timeline-details-view-row-value { 387 .timeline-details-view-row-value {
387 -webkit-user-select: text; 388 -webkit-user-select: text;
388 white-space: nowrap; 389 white-space: nowrap;
389 text-overflow: ellipsis; 390 text-overflow: ellipsis;
390 overflow: hidden; 391 overflow: hidden;
391 padding-left: 10px;
392 } 392 }
393 393
394 .timeline-details-view-row-value .stack-preview-container { 394 .timeline-details-view-row-value .stack-preview-container {
395 line-height: 11px; 395 line-height: 11px;
396 } 396 }
397 397
398 .timeline-details-view-row-value .timeline-details-warning-marker { 398 .timeline-details-view-row-value .timeline-details-warning-marker {
399 white-space: nowrap; 399 white-space: nowrap;
400 text-overflow: ellipsis; 400 text-overflow: ellipsis;
401 overflow: hidden; 401 overflow: hidden;
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 648
649 .timeline-landing-warning-close { 649 .timeline-landing-warning-close {
650 float: right; 650 float: right;
651 margin-top: -10px; 651 margin-top: -10px;
652 margin-right: -13px; 652 margin-right: -13px;
653 } 653 }
654 654
655 .timeline-landing-warning span[is=ui-icon] { 655 .timeline-landing-warning span[is=ui-icon] {
656 margin: -8px; 656 margin: -8px;
657 } 657 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698