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

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

Issue 1164763004: DevTools: render category filters in a way that they don't clash. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: for landing 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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 background-image: url(Images/checker.png); 578 background-image: url(Images/checker.png);
579 -webkit-user-select: text; 579 -webkit-user-select: text;
580 -webkit-user-drag: auto; 580 -webkit-user-drag: auto;
581 } 581 }
582 582
583 .image-container { 583 .image-container {
584 padding: 0; 584 padding: 0;
585 } 585 }
586 586
587 .timeline-filters-header { 587 .timeline-filters-header {
588 flex: 0 0 23px;
589 overflow: hidden; 588 overflow: hidden;
589 flex: none;
590 } 590 }
591 591
592 .timeline-details { 592 .timeline-details {
593 vertical-align: top; 593 vertical-align: top;
594 } 594 }
595 595
596 .timeline-details-title { 596 .timeline-details-title {
597 border-bottom: 1px solid #B8B8B8; 597 border-bottom: 1px solid #B8B8B8;
598 font-weight: bold; 598 font-weight: bold;
599 padding-bottom: 5px; 599 padding-bottom: 5px;
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 .timeline-gap { 862 .timeline-gap {
863 flex: none; 863 flex: none;
864 } 864 }
865 865
866 .timeline-filmstrip-preview { 866 .timeline-filmstrip-preview {
867 margin-top: 10px; 867 margin-top: 10px;
868 max-width: 200px; 868 max-width: 200px;
869 max-height: 200px; 869 max-height: 200px;
870 cursor: pointer; 870 cursor: pointer;
871 } 871 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/timeline/TimelineUIUtils.js ('k') | Source/devtools/front_end/ui/FilterBar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698